diff --git a/home.nix b/home.nix index ca777d5..8b8ba24 100644 --- a/home.nix +++ b/home.nix @@ -191,5 +191,18 @@ ''; executable = true; }; + ".local/bin/workqb" = { + text = '' + #!/bin/zsh + + qutebrowser \ + --restore work \ + --config ~/.config/qutebrowser/config.py \ + --basedir ~/.config/qutebrowser-work \ + & + disown + ''; + executable = true; + }; }; }