diff options
author | sefidel <contact@sefidel.net> | 2024-08-27 07:45:01 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-27 07:45:01 +0900 |
commit | 63d4ae56d12dbe746c9bccfe35a32ac1eccf1928 (patch) | |
tree | 6ceef8fb420c70aed2c9b64ba4243078b425b905 /home/profiles/gui/default.nix | |
parent | 1ab0d7bf66d4a442d7e04c4a210e4e6a4784403e (diff) | |
download | nixrc-63d4ae56d12dbe746c9bccfe35a32ac1eccf1928.tar.gz nixrc-63d4ae56d12dbe746c9bccfe35a32ac1eccf1928.zip |
fix(home/gui): fix sway volume control
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r-- | home/profiles/gui/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index c383f19..d43e454 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -94,6 +94,7 @@ in home.packages = [ # Sway + pkgs.alsa-utils pkgs.autotiling pkgs.brightnessctl pkgs.blueberry |