Fix rice and alacritty configuration

This commit is contained in:
Filippo Berto 2023-01-01 18:25:21 +01:00
parent 412d7cc283
commit bacf76a9a5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 4 additions and 13 deletions

View file

@ -4,7 +4,6 @@ let
pkgs.lib.nix-rice.palette.toRgbHex rec {
inherit (colorPalette) normal bright primary;
dim = colorPalette.dark;
cursor = {
cursor = normal.white;
text = normal.black;