feat: added wayland clipboard manager

This commit is contained in:
Patrick Großmann 2023-05-15 15:12:18 +09:00
parent 08251edae9
commit c41b81e929
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -8,6 +8,7 @@
in {
home.packages = with pkgs; [
qt6.qtwayland
wl-clipboard
];
home.sessionVariables.NIXOS_OZONE_WL = 1;