summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-02 12:16:17 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-02 12:20:13 +0530
commit49b8ea0f6813fe197f81a532199b18e0ded424d7 (patch)
treecd889cf4aa6485d62ee14ae926bee604c19aa1f9
parent950118add153321d33e20d8849728df830d2800f (diff)
pkgs: clean up
-rw-r--r--configuration.nix1
-rw-r--r--modules/dev.nix1
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