From a303f0e3adb20ef4c9e4f83e69c4616d4ecda574 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 26 Nov 2024 21:54:54 +0000 Subject: [PATCH] modules/frontend: add wl-clipboard for Wayland desktops --- nix/nixos-modules/frontend/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 135788d..220ec4f 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -61,6 +61,7 @@ in pcalc # programmer’s calculator rink # unit aware calculator subnetcalc # IPv4/IPv6 subnet info parser + (lib.mkIf osConfig.services.wayland.enable wl-clipboard) # UI element-desktop