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