rest of clean comm
This commit is contained in:
parent
aa22dca424
commit
e76974c83c
@ -1,7 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./element.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.element.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "element";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.element.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
};
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.thunderbird.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "thunderbird";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.thunderbird.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
thunderbird
|
||||
];
|
||||
};
|
||||
}
|
||||
@ -4,7 +4,6 @@
|
||||
./audio
|
||||
./base-cli
|
||||
./browser
|
||||
./comm
|
||||
./containers
|
||||
./ctf
|
||||
./de
|
||||
|
||||
Loading…
Reference in New Issue
Block a user