rest of clean comm
All checks were successful
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Successful in 6s

This commit is contained in:
smayzy 2026-01-25 15:44:18 +01:00
parent aa22dca424
commit e76974c83c
4 changed files with 0 additions and 52 deletions

View File

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./element.nix
./thunderbird.nix
];
}

View File

@ -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
];
};
}

View File

@ -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
];
};
}

View File

@ -4,7 +4,6 @@
./audio
./base-cli
./browser
./comm
./containers
./ctf
./de