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 = {
btop = {
recursive = true;
source = ../dotfiles/btop;
source = ../../../dotfiles/btop;
target = "./.config/btop";
};
};

View file

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

View file

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

View file

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

View file

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

View file

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