Compare commits
2 commits
e702e62296
...
885a428878
Author | SHA1 | Date | |
---|---|---|---|
885a428878 | |||
29e15338ef |
2 changed files with 5 additions and 2 deletions
|
@ -37,7 +37,7 @@ let
|
||||||
Command::new("${pamixer}")
|
Command::new("${pamixer}")
|
||||||
.args(["--default-source", "--unmute"])
|
.args(["--default-source", "--unmute"])
|
||||||
.output()
|
.output()
|
||||||
.expect("Unable to mute via pamixer");
|
.expect("Unable to unmute via pamixer");
|
||||||
|
|
||||||
Command::new("${mpv}")
|
Command::new("${mpv}")
|
||||||
.args(["--no-video", UNMUTE_AUDIO])
|
.args(["--no-video", UNMUTE_AUDIO])
|
||||||
|
|
|
@ -55,8 +55,11 @@
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
discord
|
|
||||||
vesktop
|
vesktop
|
||||||
|
(writeShellScriptBin "discord" ''
|
||||||
|
${lib.getExe vesktop}
|
||||||
|
'')
|
||||||
|
|
||||||
steam-run
|
steam-run
|
||||||
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
Loading…
Reference in a new issue