1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: add glamour

This commit is contained in:
Ryan Cao 2023-09-09 21:48:00 +08:00
parent 9b029be624
commit fd3b5d5a41
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
6 changed files with 73 additions and 12 deletions

View file

@ -0,0 +1,9 @@
{
pkgs,
config,
...
}: {
home.sessionVariables = {
GLAMOUR_STYLE = "${pkgs.ctp-glamour.${config.catppuccin.flavour}}/default.json";
};
}