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