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}")
|
||||
.args(["--default-source", "--unmute"])
|
||||
.output()
|
||||
.expect("Unable to mute via pamixer");
|
||||
.expect("Unable to unmute via pamixer");
|
||||
|
||||
Command::new("${mpv}")
|
||||
.args(["--no-video", UNMUTE_AUDIO])
|
||||
|
|
|
@ -55,8 +55,11 @@
|
|||
firefox
|
||||
|
||||
spotify
|
||||
discord
|
||||
vesktop
|
||||
(writeShellScriptBin "discord" ''
|
||||
${lib.getExe vesktop}
|
||||
'')
|
||||
|
||||
steam-run
|
||||
|
||||
nix-output-monitor
|
||||
|
|
Loading…
Reference in a new issue