mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 04:07:00 -04:00
103 current 2024-05-03 18:54:45 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
c3c790052f
commit
2cc3650aac
1 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,11 @@ in
|
||||||
source = ../../dotfiles/btop;
|
source = ../../dotfiles/btop;
|
||||||
target = "./.config/btop";
|
target = "./.config/btop";
|
||||||
};
|
};
|
||||||
|
nvim = {
|
||||||
|
recursive = true;
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim";
|
||||||
|
target = "./.config/nvim";
|
||||||
|
};
|
||||||
# "testconfigfile".source = ../../dotfiles/testconfigfile;
|
# "testconfigfile".source = ../../dotfiles/testconfigfile;
|
||||||
# ".gitconfig".source = ../../dotfiles/.gitconfig;
|
# ".gitconfig".source = ../../dotfiles/.gitconfig;
|
||||||
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
|
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue