mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 20:27:02 -04:00
46 current 2024-04-23 19:50:35 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
86ab862da4
commit
c13962add8
27 changed files with 1058 additions and 23 deletions
|
@ -63,13 +63,13 @@
|
|||
# plain files is through 'home.file'.
|
||||
home.file = {
|
||||
kitty = {
|
||||
#recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink ../../dotfiles/kitty;
|
||||
recursive = true;
|
||||
source = ../../dotfiles/kitty;
|
||||
target = "./.config/kitty";
|
||||
};
|
||||
btop = {
|
||||
#recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink ../../dotfiles/btop;
|
||||
recursive = true;
|
||||
source = ../../dotfiles/btop;
|
||||
target = "./.config/btop";
|
||||
};
|
||||
# "testconfigfile".source = ../../dotfiles/testconfigfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue