flake/nixos/default.nix
2023-09-19 08:17:43 +08:00

16 lines
209 B
Nix
Executable file

{ ... }:
{
imports = [
./boot
./hardware
./i18n
./networking
./nix
./packages
./power-management
./security
#./specialisation # dont actually use this
./users
];
}