diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index d0be81b..54548e4 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -158,7 +158,10 @@ in { monitor=",highrr,auto,auto"; - exec-once = [ "${lib.getExe pkgs.networkmanagerapplet}" ]; + exec-once = [ + "${lib.getExe pkgs.networkmanagerapplet}" + "${lib.getExe pkgs.wl-clip-persist} --clipboard primary" # to fix wl clipboards disappearing + ]; env = [ "XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"