catppuccin: (WIP) init theming
This commit is contained in:
parent
275d77ab13
commit
d44632e1f5
4 changed files with 84 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
home-manager,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
@ -40,6 +41,7 @@ with lib;
|
|||
}) config.machine.users
|
||||
)
|
||||
);
|
||||
inherit catppuccin;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue