1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00

Add Ghostty template

This commit is contained in:
RGBCube 2023-12-06 23:23:51 +03:00
parent 1024c2e2ee
commit ca5fbf10c9
No known key found for this signature in database
4 changed files with 33 additions and 2 deletions

View file

@ -22,6 +22,7 @@
adwaitaGtkCss = (import ./templates/adwaitaGtkCss.nix) themeFull;
discordCss = (import ./templates/discordCss.nix) themeFull;
firefoxTheme = (import ./templates/firefoxTheme.nix) themeFull;
ghosttyConfig = (import ./templates/ghosttyConfig.nix) themeFull;
tmTheme = (import ./templates/tmTheme.nix) themeFull;
};
} // builtins.mapAttrs (name: self.custom) raw;