Switch to a raw file for fontconfig.

This commit is contained in:
Tom Alexander
2024-12-21 17:15:54 -05:00
parent 14e6e78aee
commit 69098488f6
3 changed files with 107 additions and 102 deletions

View File

@@ -44,6 +44,10 @@
boot.kernelPackages = pkgs.linuxPackages_6_11;
hardware.enableRedistributableFirmware = true;
services.getty = {
autologinUser = "talexander"; # I use full disk encryption so the user password is irrelevant.
autologinOnce = true;
};
users.mutableUsers = false;
users.users.talexander = {
isNormalUser = true;