Add joypixels font

This commit is contained in:
Malte Tammena 2021-11-29 16:36:57 +01:00
parent e871ef8412
commit 7c455950d2
2 changed files with 5 additions and 2 deletions

View file

@ -95,7 +95,10 @@
]; ];
# Basic system things # Basic system things
system.configurationRevision = pkgs.lib.mkIf (self ? rev) self.rev; system.configurationRevision = pkgs.lib.mkIf (self ? rev) self.rev;
nixpkgs.config.allowUnfree = true; nixpkgs.config = {
allowUnfree = true;
joypixels.acceptLicense = true;
};
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
# Make sure that I can log in # Make sure that I can log in

View file

@ -146,7 +146,7 @@ in {
firaCodeNerd firaCodeNerd
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji joypixels
]; ];
fontconfig = { fontconfig = {
enable = true; enable = true;