feat(nixos): add nvf to flake

This commit is contained in:
Mohammad Rafiq 2025-02-25 05:51:55 +08:00
parent 5db623a5b1
commit 596b5680c6
3 changed files with 195 additions and 2 deletions

View file

@ -112,6 +112,10 @@
enableAutoUpdates = true;
};
programs.nvf = {
settings.vim.options.termguicolors = false;
};
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}