1 parent 0a6c5aa commit 6c67fa0Copy full SHA for 6c67fa0
1 file changed
nixos/hosts/aira/configuration.nix
@@ -219,4 +219,8 @@
219
# specialisation = {
220
# gaming.configuration = import ./gaming.nix;
221
# };
222
+
223
+ fonts.packages = with pkgs; [
224
+ corefonts
225
+ ];
226
}
0 commit comments