fix: thunderbird config
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1cb1cc62e3
commit
56d1cba1df
2 changed files with 8 additions and 6 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./global
|
||||
./features/workstation
|
||||
];
|
||||
|
||||
programs.thunderbird.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue