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 {
|
||||
type = lib.types.package;
|
||||
default =
|
||||
if config.marleyos.wayland.hyprland.enable
|
||||
then pkgs.wl-clipboard
|
||||
else pkgs.clipboard-jh;
|
||||
if config.marleyos.xorg.xsession.enable
|
||||
then pkgs.clipboard-jh
|
||||
else pkgs.wl-clipboard;
|
||||
description = "The clipboard manager to use.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue