nix-config/modules/home-manager/themes/catppuccin/global.nix
Jo ce89240d04 fix: repair GTK theme and gnome-shell theme
Signed-off-by: Jo <johannesreckers2006@gmail.com>
2024-07-03 08:28:12 +02:00

17 lines
242 B
Nix

{
inputs,
pkgs,
outputs,
lib,
...
}: {
catppuccin = {
enable = true;
accent = "blue";
flavor = "frappe";
pointerCursor.enable = true;
pointerCursor.accent = "blue";
pointerCursor.flavor = "frappe";
};
}