Add joypixels font
This commit is contained in:
parent
e871ef8412
commit
7c455950d2
|
@ -95,7 +95,10 @@
|
|||
];
|
||||
# Basic system things
|
||||
system.configurationRevision = pkgs.lib.mkIf (self ? rev) self.rev;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
joypixels.acceptLicense = true;
|
||||
};
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
# Make sure that I can log in
|
||||
|
|
|
@ -146,7 +146,7 @@ in {
|
|||
firaCodeNerd
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
joypixels
|
||||
];
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue