diff --git a/home/modules/linux/graphical/wayland.nix b/home/modules/linux/graphical/wayland.nix index 8b2410b..0b03a41 100644 --- a/home/modules/linux/graphical/wayland.nix +++ b/home/modules/linux/graphical/wayland.nix @@ -80,6 +80,10 @@ with lib; '') ]; + home.sessionVariables = { + ANKI_WAYLAND = "1"; + }; + # Notification system # services.dunst = { # enable = true;