flake/nixos/default.nix

16 lines
194 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
./boot
./i18n
./networking
./nix
./packages
./power-management
./security
#./specialisation # dont actually use this
./users
];
}