From 5b8929435cb955169d7d497fc8d759e50d5f67ff Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 10 Oct 2025 11:58:28 +0200 Subject: setup mailserver --- modules/common/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/common/default.nix') 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 -- cgit v1.2.3