diff options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/desktop.nix | 2 | ||||
-rw-r--r-- | nixos/modules/packages.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 62e7fb2..f6cfba5 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - inherit (lib) mkOption mkIf mkDefault types optionals; + inherit (lib) mkOption mkIf types optionals; cnf = config.cynerd.desktop; in { options = { diff --git a/nixos/modules/packages.nix b/nixos/modules/packages.nix index f880dbd..0eb64e6 100644 --- a/nixos/modules/packages.nix +++ b/nixos/modules/packages.nix @@ -69,7 +69,6 @@ in { lm_sensors - ncdu ] ++ optionals (system == "x86_64-linux") [ nmap @@ -79,6 +78,7 @@ in { ncdu_1 ] ++ optionals isNative [ + ncdu moreutils glances mlocate |