nix(home-manager): add workqb
This commit is contained in:
parent
cd663e81b9
commit
d13c96bdba
13
home.nix
13
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user