font settings
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@
|
|||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.mononoki
|
nerd-fonts.mononoki
|
||||||
nerd-fonts.ubuntu-sans
|
nerd-fonts.ubuntu-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
# List services that to enable:
|
# List services that to enable:
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ import = [
|
|||||||
shell = "fish"
|
shell = "fish"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "Ubuntu Sans Mono" }
|
normal = { family = "Ubuntu Mono" }
|
||||||
italic = { family = "Ubuntu Sans Mono" }
|
italic = { family = "Ubuntu Mono" }
|
||||||
bold = { family = "Ubuntu Sans Mono" }
|
bold = { family = "Ubuntu Mono" }
|
||||||
size = 18
|
size = 18
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|||||||
Reference in New Issue
Block a user