dotfiles/modules/nixos/default.nix
2024-04-20 09:42:06 -04:00

13 lines
124 B
Nix

{ ... }:
{
imports = [
./applications
./gaming
./graphical
./hardware
./services
./system
];
}