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

Add firefox template

This commit is contained in:
RGBCube 2023-12-01 15:52:53 +03:00
parent e1b00096f6
commit f3b3795f88
No known key found for this signature in database
3 changed files with 41 additions and 0 deletions

View file

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