From 3be0332f7cc1d2fa057c0eb7f1a103e24ed8ef15 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 4 Jun 2024 01:37:31 +0200 Subject: [PATCH] Set ANKI_WAYLAND --- home/modules/linux/graphical/wayland.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;