From 7d3c0b2f53b4c2d99f6959f6604a7f343ab65783 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:41:58 +0400 Subject: [PATCH] hosts/sakotop: enable anki --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 8a94003b..c7b5fbec 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -56,6 +56,7 @@ obs.enable = true; nextcloud.enable = true; localsend.enable = true; + anki.enable = true; }; game = { wine.enable = true;