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