From c6d588edcc01aa4a4f43508d9343cf4514eb78a3 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 02:27:16 +0100 Subject: [PATCH] qutebrowser: home-manage config.py with nix --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 2245b54..12af636 100644 --- a/home.nix +++ b/home.nix @@ -296,6 +296,9 @@ executable = true; source = .local/share/qutebrowser/userscripts/qute-gemini; }; + ".config/qutebrowser/config.py" = { + source = .config/qutebrowser/config.py; + }; ".local/bin/workqb" = { text = ''