Add Terminus font
This commit is contained in:
parent
f3db8d920d
commit
86a3bae9cd
@ -158,7 +158,7 @@ in {
|
|||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
(nerdfonts.override { fonts = [ "BigBlueTerminal" "ComicShannsMono" "UbuntuMono" ]; })
|
(nerdfonts.override { fonts = [ "BigBlueTerminal" "ComicShannsMono" "Terminus" "UbuntuMono" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
user.packages = with pkgs; [
|
user.packages = with pkgs; [
|
||||||
|
@ -28,6 +28,7 @@ in {
|
|||||||
splitright = true;
|
splitright = true;
|
||||||
undofile = true;
|
undofile = true;
|
||||||
updatetime = 100;
|
updatetime = 100;
|
||||||
|
list = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user