Changed nixvim to nvf

This commit is contained in:
Aleksandr Lebedev 2025-01-06 23:29:45 +01:00
parent 9f55457ddf
commit b66cb9f49d
10 changed files with 4988 additions and 410 deletions

View file

@ -5,7 +5,6 @@
{
imports =
[
./modules/nixvim
./modules/fastfetch
./modules/tmux/home.nix
] ++ lib.optional (hwconfig.useImpermanence) (import ./modules/impermanence/home.nix { inherit username; inherit inputs; } )