From 7e27762b60cebe86be1135680f2b5f3e193c398c Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 29 Sep 2023 09:56:22 +0200 Subject: merge diverged changes --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index b1df8b2..e6e68c5 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -12,7 +12,7 @@ }; # Default Packages Set - environment.systemPackages = with pkgs; [ vim htop wget nftables wireguard-tools git ]; + environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools ]; # Security networking.firewall.enable = false; -- cgit v1.2.3