From 496cd364da549ddb43ea0b36663061677fed0d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 3 Jul 2024 11:19:21 +0200 Subject: [PATCH] 375 current 1970-01-01 01:00:00 24.05.20240701.d032c1a 6.6.35-rt34 * --- modules/home/programs/default.nix | 1 + modules/home/sway/default.nix | 2 ++ 2 files changed, 3 insertions(+) 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; }; }