fonts
This commit is contained in:
parent
e0000f2bbd
commit
23a5f356ff
@ -178,6 +178,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
fontconfig.enable = true;
|
||||
fonts = [ pkgs.dejavu_fonts ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [ btrfsDiff ];
|
||||
|
@ -166,7 +166,7 @@ in
|
||||
programs.command-not-found.enable = false;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
users.mutableUsers = false;
|
||||
|
||||
|
||||
# For rage encryption, all hosts need a ssh key pair
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
@ -358,6 +358,7 @@ in
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji-blob-bin
|
||||
font-awesome
|
||||
dejavu_fonts
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
# Programs
|
||||
# discord-canary-system
|
||||
|
Loading…
Reference in New Issue
Block a user