Add more checks and fixed old files

This commit is contained in:
Filippo Berto 2022-12-13 12:33:58 +01:00
parent 994708ec16
commit f097e7186d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 133 additions and 82 deletions

View file

@ -9,7 +9,7 @@ let
ayu-mirage = with super.lib.rice;
palette.tPalette color.hexToRgba (import ./themes/ayu-mirage.nix);
in
(rec {
rec {
rice = {
colorPalette = with super.lib.rice; rec {
normal = palette.defaultPalette // {
@ -34,10 +34,10 @@ in
};
monospace = {
name = "FiraCode Nerd Font Mono";
package = (self.nerdfonts.override { fonts = [ "FiraCode" ]; });
package = self.nerdfonts.override { fonts = [ "FiraCode" ]; };
size = 10;
};
};
opacity = 0.95;
};
})
}