diff --git a/hosts/wano/home.nix b/hosts/wano/home.nix index c3b21e7..ae9f576 100644 --- a/hosts/wano/home.nix +++ b/hosts/wano/home.nix @@ -47,6 +47,15 @@ clean.extraArgs = "--keep-since 4d --keep 3"; flake = "../../flake.nix"; }; + + # Vim config + vim = { + enable = true; + settings = { + tabstop = 2; + shiftwidth = 2; + }; + }; }; # GPG setup