joplin-desktop on Wayland

This commit is contained in:
Daniel Langbein 2023-10-20 14:58:29 +02:00
parent d1025e0258
commit 45f6096f29
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
6 changed files with 19 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#../../modules/vscodium.nix #../../modules/vscodium.nix
#../../modules/signal-desktop.nix #../../modules/signal-desktop.nix
#../../modules/element-desktop.nix #../../modules/element-desktop.nix
#../../modules/joplin-desktop.nix
#../../modules/tor-browser.nix #../../modules/tor-browser.nix
#../../modules/autostart.nix #../../modules/autostart.nix
#../../modules/wallpaper.nix #../../modules/wallpaper.nix

View File

@ -23,6 +23,7 @@
../../modules/vscodium.nix ../../modules/vscodium.nix
../../modules/signal-desktop.nix ../../modules/signal-desktop.nix
../../modules/element-desktop.nix ../../modules/element-desktop.nix
../../modules/joplin-desktop.nix
../../modules/tor-browser.nix ../../modules/tor-browser.nix
../../modules/autostart.nix ../../modules/autostart.nix
../../modules/wallpaper.nix ../../modules/wallpaper.nix

View File

@ -23,6 +23,7 @@
../../modules/vscodium.nix ../../modules/vscodium.nix
../../modules/signal-desktop.nix ../../modules/signal-desktop.nix
../../modules/element-desktop.nix ../../modules/element-desktop.nix
../../modules/joplin-desktop.nix
../../modules/tor-browser.nix ../../modules/tor-browser.nix
../../modules/autostart.nix ../../modules/autostart.nix
../../modules/wallpaper.nix ../../modules/wallpaper.nix

View File

@ -24,6 +24,7 @@
#../../modules/vscodium.nix #../../modules/vscodium.nix
#../../modules/signal-desktop.nix #../../modules/signal-desktop.nix
#../../modules/element-desktop.nix #../../modules/element-desktop.nix
#../../modules/joplin-desktop.nix
#../../modules/tor-browser.nix #../../modules/tor-browser.nix
#../../modules/autostart.nix #../../modules/autostart.nix
#../../modules/wallpaper.nix #../../modules/wallpaper.nix

View File

@ -0,0 +1,15 @@
{ config, pkgs, lib, ...}:
{
# TODO: Similar to signal-desktop, joplin-desktop crashes frequently on Wayland.
# As of 2023-10-20, the stable version did not start,
# but unstable does.
environment.sessionVariables.NIXOS_OZONE_WL = lib.mkIf (config.services.xserver.displayManager.gdm.wayland) "1";
users.users.yoda = {
packages = with pkgs; [
#joplin-desktop # Markdown notes
unstable.joplin-desktop # Markdown notes
];
};
}

View File

@ -35,7 +35,6 @@
#gnome-secrets # Password manager (Native Wayland client), but very slow. #gnome-secrets # Password manager (Native Wayland client), but very slow.
keepassxc # Password manager. TODO Wayland: Maybe QT_QPA_PLATFORM defined in ghostwriter.nix fixed blurry fonts? keepassxc # Password manager. TODO Wayland: Maybe QT_QPA_PLATFORM defined in ghostwriter.nix fixed blurry fonts?
tartube-yt-dlp # Video downloader (front-end for yt-dlp) tartube-yt-dlp # Video downloader (front-end for yt-dlp)
joplin-desktop # Markdown notes
rnote # Handwritten notes rnote # Handwritten notes
xournalpp # Handwritte notes xournalpp # Handwritte notes
pdfarranger # PDF files: Split, merge, rotate, rearrange, export selected pages pdfarranger # PDF files: Split, merge, rotate, rearrange, export selected pages