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:
parent
9b029be624
commit
fd3b5d5a41
6 changed files with 73 additions and 12 deletions
9
home/programs/glamour.nix
Normal file
9
home/programs/glamour.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.sessionVariables = {
|
||||
GLAMOUR_STYLE = "${pkgs.ctp-glamour.${config.catppuccin.flavour}}/default.json";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue