From 013df108ae78405983e6ae1110ba20eaf3c8656e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 14 Jul 2025 14:45:24 +0200 Subject: modules/gui: Add xclip to packages --- modules/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index ccf1c50..de649e6 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -5,7 +5,7 @@ this.gui.enable = lib.mkEnableOption "GUI"; this.gui.extraPackages = lib.mkOption { type = with lib.types; listOf package; - default = with pkgs; [ xorg.xmodmap xorg.xkbcomp xorg.xdpyinfo ]; + default = with pkgs; [ xorg.xmodmap xorg.xkbcomp xorg.xdpyinfo xclip ]; }; }; -- cgit v1.2.3