diff --git a/modules/home-manager/linux.nix b/modules/home-manager/linux.nix index f74ddea..6a0ade1 100644 --- a/modules/home-manager/linux.nix +++ b/modules/home-manager/linux.nix @@ -11,6 +11,7 @@ shellAliases = { sctl = "sudo systemctl"; bt = "bluetoothctl"; + pa = "pulsemixer"; sctlu = "systemctl --user"; }; };