From 7c484da6dd9e7089d0a572ee492fba2b4a8e5e86 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:20:54 +0300 Subject: [PATCH] quteowibeqwboierqwegbiqwef how did my git commit command end up into that commit message --- hosts/sakotop/configuration.nix | 7 ------- modules/desktop/apps/qutebrowser/default.nix | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 443e45a5..5b1890b3 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -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; diff --git a/modules/desktop/apps/qutebrowser/default.nix b/modules/desktop/apps/qutebrowser/default.nix index 6e4adb40..f533f3e9 100644 --- a/modules/desktop/apps/qutebrowser/default.nix +++ b/modules/desktop/apps/qutebrowser/default.nix @@ -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; }; };