From c38048f1e7a9eee6185cca2e884ec15054819718 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 15 Jun 2026 08:30:04 -0600 Subject: [PATCH] add thunderbird to ideapad --- hosts/IdeaPad/configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hosts/IdeaPad/configuration.nix b/hosts/IdeaPad/configuration.nix index ff91184..3052723 100644 --- a/hosts/IdeaPad/configuration.nix +++ b/hosts/IdeaPad/configuration.nix @@ -11,9 +11,7 @@ ]; networking.hostName = "IdeaPad"; - - #users.users.k3t = { - # packages = with pkgs; [ - # ]; - #}; + environment.systemPackages = with pkgs; [ + thunderbird + ]; }