thunderbird global installation

use programs.*.enable
This commit is contained in:
2025-06-03 17:54:56 +02:00
parent 47d58f31a2
commit 68b0c4c871

View File

@ -122,7 +122,6 @@
shell = pkgs.fish; shell = pkgs.fish;
packages = with pkgs; [ packages = with pkgs; [
firefox firefox
thunderbird
bitcoin bitcoin
]; ];
}; };
@ -195,6 +194,8 @@
intel-one-mono intel-one-mono
]; ];
programs.thunderbird.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
# enable firejail # enable firejail