diff options
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/default.nix b/system/default.nix index 71d74528..d1eba0b4 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,16 +3,17 @@ ./boot ./fileSystemLayouts ./font + ./hardware #./impermanence already at flake level imported + ./libvirtd ./locale - ./sound + #./nixpkgs already at flake level imported ./options - ./users # the position of this item is fully arbitrary ./polkit - ./hardware ./services + ./sound ./tempfiles - #./nixpkgs already at flake level imported + ./users # the position of this item is fully arbitrary ]; # remove all the bloat, which nixos installs by default environment = { |