catppuccin: (WIP) init theming

This commit is contained in:
Kevin Baensch 2025-07-16 22:20:14 +02:00
parent 275d77ab13
commit d44632e1f5
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 84 additions and 0 deletions

View file

@ -4,6 +4,7 @@
pkgs,
config,
home-manager,
catppuccin,
...
}:
with lib;
@ -40,6 +41,7 @@ with lib;
}) config.machine.users
)
);
inherit catppuccin;
};
};
}