diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 16:54:23 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 16:54:23 +0200 |
| commit | 46a18cbceb581ce59b2183f2821c6ff752ff84a0 (patch) | |
| tree | 2db4e50f344b108142ac30718d715cf1d7b83a09 | |
| parent | f246d442f929dcaf600b0ecbe056308c405c8be4 (diff) | |
Added nvim configuration to mun.nix instead of being rice specific
| -rw-r--r-- | home/mun/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index d1c314f..f6b419d 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -7,7 +7,8 @@ ./programs/zsh.nix ./programs/ssh.nix ./programs/git.nix - ]; + ./programs/nvim.nix +]; home = { username = "mun"; |
