quteowibeqwboierqwegbiqwef how did my git commit command end up into that commit message
This commit is contained in:
parent
8bd2bb2da3
commit
7c484da6dd
2 changed files with 2 additions and 9 deletions
|
@ -122,13 +122,6 @@
|
|||
sxhkd = {
|
||||
source = ../../config/sxhkd;
|
||||
};
|
||||
"qutebrowser/config.py" = {
|
||||
source = ../../config/qutebrowser/config.py;
|
||||
};
|
||||
"qutebrowser/greasemonkey" = {
|
||||
source = ../../config/qutebrowser/greasemonkey;
|
||||
recursive = true;
|
||||
};
|
||||
ncmpcpp = {
|
||||
source = ../../config/ncmpcpp;
|
||||
recursive = true;
|
||||
|
|
|
@ -18,10 +18,10 @@ in
|
|||
home-manager.users.sako = { pkgs , ...}: {
|
||||
xdg.configFile = {
|
||||
"qutebrowser/config.py" = {
|
||||
source = ../../../config/qutebrowser/config.py;
|
||||
source = ../../../../config/qutebrowser/config.py;
|
||||
};
|
||||
"qutebrowser/greasemonkey" = {
|
||||
source = ../../../config/qutebrowser/greasemonkey;
|
||||
source = ../../../../config/qutebrowser/greasemonkey;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue