From 49b8ea0f6813fe197f81a532199b18e0ded424d7 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 2 Sep 2023 12:16:17 +0530 Subject: pkgs: clean up --- configuration.nix | 1 + modules/dev.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3