another quick fix
This commit is contained in:
parent
9b58bd4005
commit
d19fe9fa4b
1 changed files with 8 additions and 8 deletions
|
@ -213,31 +213,31 @@
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
git = {
|
git = {
|
||||||
source = config/git;
|
source = ../../config/git;
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim = {
|
nvim = {
|
||||||
source = config/nvim;
|
source = ../../config/nvim;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
bspwm = {
|
bspwm = {
|
||||||
source = config/bspwm;
|
source = ../../config/bspwm;
|
||||||
};
|
};
|
||||||
sxhkd = {
|
sxhkd = {
|
||||||
source = config/sxhkd;
|
source = ../../config/sxhkd;
|
||||||
};
|
};
|
||||||
kitty = {
|
kitty = {
|
||||||
source = config/kitty;
|
source = ../../config/kitty;
|
||||||
};
|
};
|
||||||
"qutebrowser/config.py" = {
|
"qutebrowser/config.py" = {
|
||||||
source = config/qutebrowser/config.py;
|
source = ../../config/qutebrowser/config.py;
|
||||||
};
|
};
|
||||||
"qutebrowser/greasemonkey" = {
|
"qutebrowser/greasemonkey" = {
|
||||||
source = config/qutebrowser/greasemonkey;
|
source = ../../config/qutebrowser/greasemonkey;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
ncmpcpp = {
|
ncmpcpp = {
|
||||||
source = config/ncmpcpp;
|
source = ../../config/ncmpcpp;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue