aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-02-04 11:19:56 +0100
committerMax Audron <audron@cocaine.farm>2024-02-04 11:19:56 +0100
commita6505df173af299265de79fec176e8491f9a22ba (patch)
treed15b2f859d98752e669356f8afa2577ccc5b9331 /modules/common/default.nix
parentadd palworld server (diff)
update to 23.11 and move garage
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 05c395f..26f42c4 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -15,7 +15,7 @@
systemd.enableEmergencyMode = false;
# Default Packages Set
- environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools tmux ];
+ environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools tmux fd ripgrep ];
nixpkgs.config.allowUnfree = true;