diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index cbb2153..d85b30e 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -49,6 +49,7 @@ in { kicad element-desktop chromium + wl-clipboard ]; }; } diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index f13f845..8f53b64 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -233,5 +233,7 @@ in { bindswitch --reload --locked lid:off output eDP-1 enable ''; }; + + services.clipman.enable = true; }; }