From 54dd3b1d190dc03ee704549b52b5ea4aa394a702 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 19 Oct 2023 13:30:15 +0200 Subject: [PATCH] anki on Wayland --- modules/programs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs.nix b/modules/programs.nix index f90d81f..4e4e4d2 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -42,7 +42,7 @@ # Office suite. # For spellcheck, see here: https://nixos.wiki/wiki/LibreOffice#Spellcheck libreoffice-fresh - anki-bin # Flashcards + anki-bin # Flashcards. TODO: export ANKI_WAYLAND=1 transmission-gtk # BitTorrent client ]; };