snowhawk: alt-firefox
This commit is contained in:
parent
505eac929a
commit
e24cde2733
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ in
|
||||||
nixos-rebuild switch --log-format internal-json -v |& nom --json
|
nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||||
'')
|
'')
|
||||||
|
|
||||||
|
(writeShellScriptBin "alt-firefox" ''
|
||||||
|
${lib.getExe pkgs.firefox} -P "alt"
|
||||||
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "suspend" ''
|
(writeShellScriptBin "suspend" ''
|
||||||
systemctl suspend
|
systemctl suspend
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in a new issue