mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05: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;
|
||||
target = "./.config/btop";
|
||||
};
|
||||
nvim = {
|
||||
recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim";
|
||||
target = "./.config/nvim";
|
||||
};
|
||||
# "testconfigfile".source = ../../dotfiles/testconfigfile;
|
||||
# ".gitconfig".source = ../../dotfiles/.gitconfig;
|
||||
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
|
||||
|
|
Loading…
Reference in a new issue