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

11 lines
182 B
Nix
Raw Normal View History

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