mail: Guard thunderbird behind GUI
This commit is contained in:
parent
896340bf20
commit
ec98efdfd2
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, nixosConfig, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
#./accounts.nix
|
||||
|
@ -6,7 +6,7 @@
|
|||
#./notmuch.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs; lib.optionals nixosConfig.sbruder.gui.enable [
|
||||
thunderbird
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue