Install Victor Mono
This commit is contained in:
parent
f3e0f06eb5
commit
a05bb21198
|
@ -44,6 +44,7 @@ nixpkgs, # The flake's input version of nixpkgs
|
|||
ubuntu_font_family
|
||||
(nerdfonts.override { fonts = [ "FiraCode" "Ubuntu" "UbuntuMono" ]; })
|
||||
meslo-lgs-nf
|
||||
victor-mono
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
|
@ -33,12 +33,12 @@
|
|||
};
|
||||
|
||||
font =
|
||||
let family = "FiraCode Nerd Font Mono";
|
||||
let family = "VictorMono";
|
||||
font-style = style: { inherit family style; };
|
||||
in {
|
||||
normal = font-style "Regular";
|
||||
normal = font-style "SemiBold";
|
||||
bold = font-style "Bold";
|
||||
italic = font-style "Italic";
|
||||
italic = font-style "SemiBold Italic";
|
||||
bold_italic = font-style "Bold Italic";
|
||||
|
||||
size = 11;
|
||||
|
|
|
@ -8,7 +8,7 @@ in {
|
|||
|
||||
programs.starship.settings = {
|
||||
|
||||
format = "$directory$nix_shell$all$fill$cmd_duration$status$jobs$time $line_break$character";
|
||||
format = "$directory$nix_shell$all$fill$cmd_duration$status$jobs$time$line_break$character";
|
||||
fill.symbol = " ";
|
||||
|
||||
add_newline = true;
|
||||
|
@ -48,7 +48,7 @@ in {
|
|||
|
||||
time = {
|
||||
disabled = false;
|
||||
format = "[$time]($style)";
|
||||
format = "[$time]($style) ";
|
||||
style = "dimmed cyan";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue