mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
Fix capitalization
This commit is contained in:
parent
c3880ff7ae
commit
d101579724
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue