From 68b0c4c8711bf0c530dc603407dae43b38510fe3 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Jun 2025 17:54:56 +0200 Subject: [PATCH] thunderbird global installation use programs.*.enable --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5ec495c..bba3076 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,7 +122,6 @@ shell = pkgs.fish; packages = with pkgs; [ firefox - thunderbird bitcoin ]; }; @@ -195,6 +194,8 @@ intel-one-mono ]; + programs.thunderbird.enable = true; + programs.fish.enable = true; # enable firejail