Add joypixels font
This commit is contained in:
parent
e871ef8412
commit
7c455950d2
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue