added keybind with script to switch sink
This commit is contained in:
parent
cb999ee36c
commit
6d005a373a
2 changed files with 57 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue