mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
Add firefox template
This commit is contained in:
parent
e1b00096f6
commit
f3b3795f88
3 changed files with 41 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue