Files
gooberos/modules/desktop/home/default.nix
2026-04-23 18:16:20 +02:00

13 lines
232 B
Nix

{
imports = [
./zen-browser
./calendars.nix
./element.nix
./packages.nix
./thunderbird.nix
./vesktop.nix
];
catppuccin.enable = true;
catppuccin.cache.enable = true;
}