Files
gooberos/modules/desktop/home/default.nix

12 lines
208 B
Nix
Raw Normal View History

2026-03-30 00:20:36 +02:00
{
imports = [
./zen-browser
2026-03-30 00:20:36 +02:00
./element.nix
./packages.nix
./thunderbird.nix
2026-03-30 00:20:36 +02:00
./vesktop.nix
];
catppuccin.enable = true;
catppuccin.cache.enable = true;
}