From 1b9bf4719499e539242370e37120caee602e6130 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 6 Oct 2023 13:05:15 -0500 Subject: [PATCH] Add pulsemixer alias --- modules/home-manager/linux.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; };