Unified font size
This commit is contained in:
parent
e17323dde8
commit
75d48026fe
5 changed files with 16 additions and 14 deletions
11
home.nix
11
home.nix
|
|
@ -33,14 +33,19 @@ in
|
|||
primary-background = color.tAlphaRgba (v: float.round (255 * opacity)) black;
|
||||
};
|
||||
font = {
|
||||
normal = { package = pkgs.cantarell-fonts; name = "Cantarell"; };
|
||||
normal = {
|
||||
name = "Cantarell";
|
||||
package = pkgs.cantarell-fonts;
|
||||
size = 10;
|
||||
};
|
||||
monospace = {
|
||||
name = "FuraCode Nerd Font Mono";
|
||||
package = (
|
||||
pkgs.nerdfonts.override {
|
||||
fonts = [ "FiraCode" ];
|
||||
}
|
||||
);
|
||||
name = "FuraCode Nerd Font Mono";
|
||||
size = 10;
|
||||
};
|
||||
};
|
||||
opacity = 0.9;
|
||||
|
|
@ -174,7 +179,7 @@ in
|
|||
# ./modules/joystickwake.nix
|
||||
./modules/jq.nix
|
||||
./modules/kakoune.nix
|
||||
./modules/keepassxc.nix
|
||||
# ./modules/keepassxc.nix
|
||||
./modules/keychain.nix
|
||||
# ./modules/kitty.nix
|
||||
./modules/lf.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue