diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
| commit | a641503303dddcc79911232b38117df158fb152d (patch) | |
| tree | a1ddd803c1eb00ec398551b84cc2673543557db6 /home | |
| parent | 892de67a9f64d0b0cdb023d830a019d8feec0a57 (diff) | |
Cleanup and restore of fcixt
Diffstat (limited to 'home')
| -rw-r--r-- | home/live-user.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/home/live-user.nix b/home/live-user.nix index 7a8e5c0..f7ece2a 100644 --- a/home/live-user.nix +++ b/home/live-user.nix @@ -2,9 +2,14 @@ { imports = [ ../home-modules ]; - homeapps.presets = { - browser.enable = true; - utils.enable = true; + homeapps = { + nvim.enable = true; + nvim.lsp = false; + + presets = { + browser.enable = true; + utils.enable = true; + }; }; home.username = "live-user"; |
