before npins
This commit is contained in:
parent
d429476553
commit
63fbd6d499
22 changed files with 627 additions and 330 deletions
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
nix-rice,
|
||||
rice,
|
||||
...
|
||||
}:
|
||||
let
|
||||
palette-hex = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
|
||||
palette-hex = nix-rice.palette.toRgbHex rice.palette;
|
||||
in
|
||||
{
|
||||
programs.kitty = with pkgs.rice; {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = with fonts; {
|
||||
inherit (monospace) name;
|
||||
inherit (monospace) size;
|
||||
font = {
|
||||
inherit (rice.fonts.monospace) name size;
|
||||
};
|
||||
settings = with palette-hex; {
|
||||
foreground = util.fg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue