From 095a1949dd6ca2c999ef5ddb7c42f02f3848afe8 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 24 Sep 2024 08:58:38 +0200 Subject: [PATCH] feat(desktop): add wl-clipboard --- configs/desktop.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/desktop.nix b/configs/desktop.nix index 99a0435..e812157 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -39,7 +39,11 @@ }; environment = { - systemPackages = with pkgs; [sbctl]; + systemPackages = with pkgs; [ + sbctl + wl-clipboard + ]; + sessionVariables = { NIXOS_OZONE_WL = "1"; QT_QPA_PLATFORM = "wayland";