This commit is contained in:
dusk 2021-07-24 16:37:53 +03:00
parent e0000f2bbd
commit 23a5f356ff
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 7 additions and 1 deletions

View File

@ -178,6 +178,11 @@ in
}; };
}; };
fonts = {
enableDefaultFonts = true;
fontconfig.enable = true;
fonts = [ pkgs.dejavu_fonts ];
};
environment = { environment = {
systemPackages = [ btrfsDiff ]; systemPackages = [ btrfsDiff ];

View File

@ -166,7 +166,7 @@ in
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
users.mutableUsers = false; users.mutableUsers = false;
# For rage encryption, all hosts need a ssh key pair # For rage encryption, all hosts need a ssh key pair
services.openssh = { services.openssh = {
enable = true; enable = true;

View File

@ -358,6 +358,7 @@ in
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji-blob-bin noto-fonts-emoji-blob-bin
font-awesome font-awesome
dejavu_fonts
(nerdfonts.override { fonts = [ "Iosevka" ]; }) (nerdfonts.override { fonts = [ "Iosevka" ]; })
# Programs # Programs
# discord-canary-system # discord-canary-system