From a6505df173af299265de79fec176e8491f9a22ba Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 4 Feb 2024 11:19:56 +0100 Subject: update to 23.11 and move garage --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common') 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; -- cgit v1.2.3