From 5812fbe95b9365379fb74f9f9c3120dde4a1be7a Mon Sep 17 00:00:00 2001 From: gwg313 Date: Mon, 11 Mar 2024 16:24:09 -0400 Subject: [PATCH] feat: add anki --- home-manager/modules/linux-gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/linux-gui.nix b/home-manager/modules/linux-gui.nix index 1ab6eeb..f189130 100644 --- a/home-manager/modules/linux-gui.nix +++ b/home-manager/modules/linux-gui.nix @@ -21,5 +21,6 @@ thunderbird # Mozilla Thunderbird, a powerful and customizable email client with integrated calendaring and chat features. wireshark # Open-source network protocol analyzer for real-time packet inspection and analysis. nicotine-plus + anki ]; }