diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index b46f5ec..54fca6d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,6 +33,8 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + geoipWithDatabase + dig nnn shellcheck ffmpeg-full @@ -52,6 +54,7 @@ in environment = { binsh = "${pkgs.dash}/bin/dash"; systemPackages = with pkgs; [ + dash unzip bc file |