flake/nixos/default.nix
2023-10-15 08:51:56 +08:00

14 lines
179 B
Nix
Executable file

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