mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
home: fixed broken thunderbird option
This commit is contained in:
parent
7a2120dded
commit
36fc9b1c50
|
@ -7,6 +7,6 @@
|
||||||
options = {guiApps.thunderbird.enable = lib.mkEnableOption "Enable Thunderbird.";};
|
options = {guiApps.thunderbird.enable = lib.mkEnableOption "Enable Thunderbird.";};
|
||||||
|
|
||||||
config = lib.mkIf config.guiApps.thunderbird.enable {
|
config = lib.mkIf config.guiApps.thunderbird.enable {
|
||||||
programs.thunderbird = {enable = true;};
|
home.packages = [pkgs.thunderbird];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue