checkpoint

This commit is contained in:
Fabian Montero 2024-04-06 12:25:23 -06:00
parent c866c1aa67
commit 2cf302a0bf
2 changed files with 0 additions and 7 deletions

View file

@ -7,11 +7,7 @@ in
options.local.apps.messaging.enable = mkEnableOption "Messaging apps";
config = mkIf cfg.enable {
home.packages = with pkgs; [
discord
signal-desktop
tdesktop
thunderbird
zoom-us
];
};
}