summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix3
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