Compare commits

...

2 commits

Author SHA1 Message Date
885a428878 pipewire-controller: fix expect text 2024-09-27 23:40:47 -07:00
29e15338ef snowhawk: goodbye discord 2024-09-27 23:39:09 -07:00
2 changed files with 5 additions and 2 deletions

View file

@ -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])

View file

@ -55,8 +55,11 @@
firefox
spotify
discord
vesktop
(writeShellScriptBin "discord" ''
${lib.getExe vesktop}
'')
steam-run
nix-output-monitor