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

Fix capitalization

This commit is contained in:
RGBCube 2023-11-27 16:02:04 +03:00
parent c3880ff7ae
commit d101579724
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
}; };
in themeFull // { in themeFull // {
tmTheme = (import ./templates/tmTheme.nix) themeFull; tmTheme = (import ./templates/tmTheme.nix) themeFull;
adwaitaGtkcss = (import ./templates/adwaitaGtkCss.nix) themeFull; adwaitaGtkCss = (import ./templates/adwaitaGtkCss.nix) themeFull;
}; };
} // builtins.mapAttrs (name: self.custom) (import ./themes.nix); } // builtins.mapAttrs (name: self.custom) (import ./themes.nix);
} }