diff options
| author | Max Audron <audron@cocaine.farm> | 2025-10-10 11:58:28 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-10-10 11:58:28 +0200 |
| commit | 5b8929435cb955169d7d497fc8d759e50d5f67ff (patch) | |
| tree | ae3340ef4bb544dfbb9822c0b3c7ad37f344f7c6 /modules/common | |
| parent | replace dns bgp anouncement (diff) | |
setup mailserver
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/default.nix | 5 |
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 |
