Python 3.13

This commit is contained in:
xmm16 2024-12-12 12:39:38 -03:00
commit 6c69d4e99e
No known key found for this signature in database
2 changed files with 10 additions and 7 deletions

View file

@ -101,10 +101,6 @@
configurationLimit = 3;
};
boot.plymouth = {
enable = true;
};
networking.tempAddresses = "default";
# Load AMD GPU drivers early
@ -161,9 +157,6 @@
jack.enable = true;
};
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
programs.dconf.enable = true;
xdg.portal = {
@ -202,4 +195,13 @@
};
systemd.tpm2.enable = true;
fonts = {
enableGhostscriptFonts = true;
enableDefaultPackages = true;
fontDir = {
enable = true;
decompressFonts = true;
};
};
}