Forgot to use local Neovim file in dotfiles directory
This commit is contained in:
parent
a2f127639e
commit
1f5b5faf9d
1 changed files with 1 additions and 4 deletions
5
home.nix
5
home.nix
|
|
@ -17,10 +17,7 @@
|
|||
home.file = {
|
||||
".config/ghostty/config" .source = dotfiles/ghostty/config;
|
||||
".config/kanata/conf.kbd" .source = dotfiles/kanata/conf.kbd;
|
||||
/* ".config/nvim/init.lua" .source = builtins.fetchurl {
|
||||
url = "https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/nvim/init.lua";
|
||||
sha256 = "fc7104ae4957a7ff92375557725daf9872f836645556f7940fdd6366b04386e0";
|
||||
}; */
|
||||
".config/nvim/init.lua" .source = dotfiles/nvim/init.lua;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue