From fa2a2729e370369afbe3495083a9529e399cb6ba Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 18 Feb 2024 14:57:56 -0500 Subject: [PATCH] feat: add nicotine+ --- 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 cd0e775..1ab6eeb 100644 --- a/home-manager/modules/linux-gui.nix +++ b/home-manager/modules/linux-gui.nix @@ -20,5 +20,6 @@ sublime-music # A modern and feature-rich music player with a clean user interface and advanced playback options. 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 ]; }