mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
how the fuck
This commit is contained in:
parent
a2514413e8
commit
ba1f4556f9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
file = {
|
file = {
|
||||||
nvim = {
|
nvim = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim";
|
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim";
|
||||||
target = "./.config/nvim";
|
target = "./.config/nvim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue