Add more checks and fixed old files
This commit is contained in:
parent
994708ec16
commit
f097e7186d
7 changed files with 133 additions and 82 deletions
6
rice.nix
6
rice.nix
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue