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}")
|
Command::new("${pamixer}")
|
||||||
.args(["--default-source", "--unmute"])
|
.args(["--default-source", "--unmute"])
|
||||||
.output()
|
.output()
|
||||||
.expect("Unable to unmute via pamixer");
|
.expect("Unable to mute via pamixer");
|
||||||
|
|
||||||
Command::new("${mpv}")
|
Command::new("${mpv}")
|
||||||
.args(["--no-video", UNMUTE_AUDIO])
|
.args(["--no-video", UNMUTE_AUDIO])
|
||||||
|
|
|
@ -55,11 +55,8 @@
|
||||||
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