Update NixOS config.
This commit is contained in:
parent
236ee88e90
commit
a42dd5f038
1 changed files with 14 additions and 14 deletions
18
home.nix
18
home.nix
|
@ -30,6 +30,7 @@
|
||||||
nerd-fonts.iosevka
|
nerd-fonts.iosevka
|
||||||
nerd-fonts.iosevka-term
|
nerd-fonts.iosevka-term
|
||||||
nerd-fonts.fira-code
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.fira-mono
|
||||||
nerd-fonts.roboto-mono
|
nerd-fonts.roboto-mono
|
||||||
nerd-fonts.noto
|
nerd-fonts.noto
|
||||||
nerd-fonts.martian-mono
|
nerd-fonts.martian-mono
|
||||||
|
@ -38,6 +39,8 @@
|
||||||
nerd-fonts.go-mono
|
nerd-fonts.go-mono
|
||||||
nerd-fonts.droid-sans-mono
|
nerd-fonts.droid-sans-mono
|
||||||
nerd-fonts.fantasque-sans-mono
|
nerd-fonts.fantasque-sans-mono
|
||||||
|
nerd-fonts.ubuntu-mono
|
||||||
|
nerd-fonts.hack
|
||||||
|
|
||||||
xreader #pdf viewer
|
xreader #pdf viewer
|
||||||
|
|
||||||
|
@ -138,29 +141,26 @@
|
||||||
# custom settings
|
# custom settings
|
||||||
settings = {
|
settings = {
|
||||||
env.TERM = "xterm-256color";
|
env.TERM = "xterm-256color";
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
family = "Iosevka Nerd Font";
|
family = "JetBrains Mono Nerd Font";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
bold = {
|
bold = {
|
||||||
family = "Iosevka Nerd Font";
|
family = "JetBrains Mono Nerd Font";
|
||||||
style = "Bold";
|
style = "Bold";
|
||||||
};
|
};
|
||||||
italic = {
|
italic = {
|
||||||
family = "Iosevka Nerd Font";
|
family = "JetBrains Mono Nerd Font";
|
||||||
style = "Italic";
|
style = "Italic";
|
||||||
};
|
};
|
||||||
bold_italic = {
|
|
||||||
family = "Iosevka Nerd Font";
|
|
||||||
style = "Bold Italic";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
font = {
|
||||||
size = 20;
|
size = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
# font = {
|
|
||||||
# size = 18;
|
|
||||||
# };
|
|
||||||
window.dimensions = {
|
window.dimensions = {
|
||||||
lines = 40;
|
lines = 40;
|
||||||
columns = 200;
|
columns = 200;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue