From a7b29a206c9da739b8a0c3bdcbf09894fd32df2a Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 21 Feb 2023 20:04:50 +0100 Subject: [PATCH] nix(home-manager): manage qbwork's stylesheets --- home-leo.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-leo.nix b/home-leo.nix index 41bde0a..92247a0 100644 --- a/home-leo.nix +++ b/home-leo.nix @@ -473,5 +473,8 @@ in { configFile."qutebrowser/stylesheets" = { source = ./.config/qutebrowser/stylesheets; }; + configFile."qutebrowser-work/config/stylesheets" = { + source = ./.config/qutebrowser/stylesheets; + }; }; }