making greasemonkey scripts part of the home.nix

This commit is contained in:
Chris Cochrun 2025-03-05 09:57:50 -06:00
parent 7d87236b32
commit 4991e75378
6 changed files with 46 additions and 2 deletions

View file

@ -1289,6 +1289,10 @@ in {
source = ../.config/qutebrowser/css;
};
home.file.".local/share/qutebrowser/greasemonkey" = {
source = ../.config/qutebrowser/greasemonkey;
};
home.file.".config/imv" = {
source = ../.config/imv;
recursive = true;