added keybind with script to switch sink

This commit is contained in:
twoneis 2025-03-19 02:57:07 +01:00
parent cb999ee36c
commit 6d005a373a
2 changed files with 57 additions and 3 deletions

View file

@ -36,9 +36,9 @@ in
};
home-manager.users.${conf.username} = {
home.packages = with pkgs; [
wl-clipboard
xwayland-satellite-unstable
home.packages = [
pkgs.wl-clipboard
pkgs.xwayland-satellite
];
services.swayosd = {