summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gui.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
};