update dotfiles paths

This commit is contained in:
sadan 2024-11-26 17:20:47 -05:00
parent 09729e00e0
commit 9a0ba1fef0
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
file = { file = {
btop = { btop = {
recursive = true; recursive = true;
source = ../dotfiles/btop; source = ../../../dotfiles/btop;
target = "./.config/btop"; target = "./.config/btop";
}; };
}; };

View file

@ -10,7 +10,7 @@
]; ];
file = { file = {
eslint_d_config = { eslint_d_config = {
source = ../dotfiles/eslintrc.json; source = ../../../dotfiles/eslintrc.json;
target = "./.config/.eslintrc.json"; target = "./.config/.eslintrc.json";
}; };
}; };

View file

@ -8,11 +8,11 @@
file = { file = {
lazygit = { lazygit = {
recursive = true; recursive = true;
source = ../dotfiles/lazygit; source = ../../../dotfiles/lazygit;
target = "./.config/lazygit"; target = "./.config/lazygit";
}; };
gh = { gh = {
source = ../dotfiles/gh/config.yml; source = ../../../dotfiles/gh/config.yml;
target = "./.config/gh/config.yml"; target = "./.config/gh/config.yml";
}; };
}; };

View file

@ -6,7 +6,7 @@
file = { file = {
rofi = { rofi = {
recursive = true; recursive = true;
source = ../dotfiles/rofi; source = ../../../dotfiles/rofi;
target = "./.config/rofi"; target = "./.config/rofi";
}; };
}; };

View file

@ -10,7 +10,7 @@
file = { file = {
kitty = { kitty = {
recursive = true; recursive = true;
source = ../dotfiles/kitty; source = ../../../dotfiles/kitty;
target = "./.config/kitty"; target = "./.config/kitty";
}; };
}; };

View file

@ -21,7 +21,7 @@ in
file = { file = {
p10k = { p10k = {
recursive = true; recursive = true;
source = ../dotfiles/.p10k.zsh; source = ../../../dotfiles/.p10k.zsh;
target = ".p10k.zsh"; target = ".p10k.zsh";
}; };
}; };