summaryrefslogtreecommitdiff
path: root/user-profiles/utils.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:27:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:27:13 +0200
commit224746cb0a6077b539095db5604c655637d70c8b (patch)
treef27c98f7f0904dfceb65b3c28fbe28fac8c8789e /user-profiles/utils.nix
parent72f30e10f10b26a53533176debb997acf1560ea8 (diff)
downloadnixos-224746cb0a6077b539095db5604c655637d70c8b.tar
nixos-224746cb0a6077b539095db5604c655637d70c8b.tar.gz
nixos-224746cb0a6077b539095db5604c655637d70c8b.tar.bz2
nixos-224746cb0a6077b539095db5604c655637d70c8b.tar.xz
nixos-224746cb0a6077b539095db5604c655637d70c8b.zip
...
Diffstat (limited to 'user-profiles/utils.nix')
-rw-r--r--user-profiles/utils.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix
index da79e336..edf6da11 100644
--- a/user-profiles/utils.nix
+++ b/user-profiles/utils.nix
@@ -46,6 +46,8 @@ in {
46 lesspipe.enable = true; 46 lesspipe.enable = true;
47 47
48 man.enable = true; 48 man.enable = true;
49
50 vim.enable = true;
49 }; 51 };
50 52
51 home.sessionVariables = { 53 home.sessionVariables = {