Python 3.13
This commit is contained in:
parent
a7d6089343
commit
6c69d4e99e
2 changed files with 10 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
noto-fonts-cjk-serif
|
||||
niri
|
||||
fuzzel
|
||||
python313
|
||||
;
|
||||
};
|
||||
groups = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue