wooooooot, we're compiling again
This commit is contained in:
parent
97b63074f0
commit
ba7c3392b9
94 changed files with 654 additions and 677 deletions
|
|
@ -1,10 +1,14 @@
|
|||
{ inputs, config, lib, pkgs, namespace, ... }:
|
||||
let
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
|
||||
cfg = config.sneeuwvlok.application.thunderbird;
|
||||
in
|
||||
{
|
||||
in {
|
||||
options.sneeuwvlok.application.thunderbird = {
|
||||
enable = mkEnableOption "enable thunderbird";
|
||||
};
|
||||
|
|
@ -14,7 +18,7 @@ in
|
|||
enable = true;
|
||||
package = pkgs.thunderbird-latest;
|
||||
|
||||
profiles.chris = {
|
||||
profiles.chris = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -30,7 +34,7 @@ in
|
|||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "chris" ];
|
||||
profiles = ["chris"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue