Refactored flakes, and moved to unstable!

This commit is contained in:
fwastring 2025-09-10 09:33:17 +02:00
parent 6ff838b83f
commit 14ba2cc1ef
15 changed files with 379 additions and 350 deletions

View file

@ -7,7 +7,7 @@ in
# programs.neovim.enable = true;
# Create a symlink from the Nix store to the Neovim config directory
xdg.configFile."nvim".source = inputs.nvim-config;
# xdg.configFile."nvim".source = inputs.nvim-config;
# Other Home Manager options...
}