228 current 2024-03-19 15:52:37 24.05.20240316.c75037b 6.8.0-zen1 *
This commit is contained in:
parent
3890c5c18a
commit
d3d03cdac8
1 changed files with 6 additions and 3 deletions
|
|
@ -149,11 +149,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/nvim/lua/nvconfig.lua" = {
|
home.file.".config/nvim" = {
|
||||||
source = ./nvconfig.lua;
|
source = builtins.fetchGit {
|
||||||
|
url = "https://github.com/luckasRanarison/nvimrc";
|
||||||
|
rev = "87c72e79fcc9a2dda9fd04211a946bba78f9f70b";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nixvim = ./vim.nix;
|
# programs.nixvim = ./vim.nix;
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue