[m] Cleanup nixos config

This commit is contained in:
soraefir
2023-11-28 03:39:49 +01:00
parent 5d730f8071
commit efa2a5c0be
7 changed files with 25 additions and 30 deletions

View File

@ -3,7 +3,7 @@
fonts = {
enableDefaultPackages = false;
fontDir.enable = true;
#fonts = with pkgs; [
packages = with pkgs; [
ibm-plex
lmmath
@ -25,7 +25,6 @@
};
hinting.style = "medium";
# hinting.style = "hintfull";
};
};
}