making greasemonkey scripts part of the home.nix
This commit is contained in:
parent
7d87236b32
commit
4991e75378
6 changed files with 46 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue