fix(home): Disable cb on wayland
This commit is contained in:
parent
6817826e04
commit
b138bc03b2
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ in {
|
||||||
clipboard = lib.mkOption {
|
clipboard = lib.mkOption {
|
||||||
type = lib.types.package;
|
type = lib.types.package;
|
||||||
default =
|
default =
|
||||||
if config.marleyos.wayland.hyprland.enable
|
if config.marleyos.xorg.xsession.enable
|
||||||
then pkgs.wl-clipboard
|
then pkgs.clipboard-jh
|
||||||
else pkgs.clipboard-jh;
|
else pkgs.wl-clipboard;
|
||||||
description = "The clipboard manager to use.";
|
description = "The clipboard manager to use.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue