diff options
Diffstat (limited to '')
-rw-r--r-- | sys/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/default.nix b/sys/default.nix index e72b300a..68a24892 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,15 +1,16 @@ {lib, ...}: { imports = [ + #./nixpkgs already at flake level imported ./boot ./disks ./documentation ./font + ./git_revision ./hardware ./impermanence ./libvirtd ./locale ./network - #./nixpkgs already at flake level imported ./options ./polkit ./power @@ -17,10 +18,10 @@ ./sound ./svcs ./tempfiles - ./users # the position of this item is fully arbitrary + ./users ./waydroid ]; - # remove all the bloat, which nixos installs by default + # remove all the bloat, which NixOS installs by default environment = { defaultPackages = lib.mkForce []; }; |