aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index ed45914..5a6497a 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -17,6 +17,11 @@
# Default Packages Set
environment.systemPackages = with pkgs; [ git vim htop wget nftables wireguard-tools tmux fd ripgrep ];
+ programs.vim = {
+ enable = true;
+ defaultEditor = true;
+ };
+
nixpkgs.config.allowUnfree = true;
# Security