Files
rice-flakes/modules/core/nvim.nix
2026-01-27 23:51:43 -06:00

10 lines
213 B
Nix

{
hj.files."./.config/nvim" = {
source = builtins.fetchGit {
url = "https://git.archfox.org/poslop/nvbad.git";
rev = "eab1653d4e3663562c597bab493eeb12d94d905c";
};
uid = "poslop";
};
}