nix-config/modules/home-manager/themes/catppuccin/global.nix
Jo ae474de92e [general] add missing shell theme config to gnome
Signed-off-by: Jo <johannesreckers2006@gmail.com>
2024-05-29 14:00:31 +02:00

17 lines
No EOL
207 B
Nix

{
inputs,
pkgs,
outputs,
lib,
...
}: {
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
];
catppuccin = {
enable = true;
accent = "blue";
flavor = "frappe";
};
}