diff options
-rw-r--r-- | configuration.nix | 1 | ||||
-rw-r--r-- | modules/dev.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index f247452..3e76b9e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,6 +32,7 @@ in "adbusers" ] ++ groups; packages = with pkgs; [ + pass yt-dlp geoipWithDatabase dig diff --git a/modules/dev.nix b/modules/dev.nix index 6a2ee21..22c1b63 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -3,7 +3,6 @@ { environment.systemPackages = with pkgs; [ shellcheck - pass gnumake gcc nodePackages.bash-language-server |