quteowibeqwboierqwegbiqwef how did my git commit command end up into that commit message

This commit is contained in:
Sakooooo 2023-07-08 20:20:54 +03:00
parent 8bd2bb2da3
commit 7c484da6dd
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 9 deletions

View file

@ -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;

View file

@ -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;
};
};