This commit is contained in:
2025-06-24 14:16:00 +02:00
parent 0c95341d46
commit 524fc532ed
5 changed files with 90 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
imports = [ inputs.catppuccin.homeModules.catppuccin ];
@@ -11,4 +11,20 @@
delta.enable = true; # <- colours delta with your mauve accent
};
gtk = {
enable = true;
catppuccin = {
enable = true;
cursor = {
enable = true;
flavor = "mocha";
accent = "mauve";
};
};
cursorTheme = {
size = 38;
name = "catppuccin-mocha-mauve-cursors";
};
};
}