Disco: Add changes for 25.11

This commit is contained in:
fruchti 2025-12-05 18:29:17 +01:00
parent 4cd870076c
commit 96bb01aad3
2 changed files with 6 additions and 7 deletions

View file

@ -76,10 +76,9 @@
vscodium vscodium
marktext marktext
tor-browser-bundle-bin tor-browser
libreoffice-fresh libreoffice-fresh
tdesktop telegram-desktop signal-desktop
signal-desktop
horizon-eda horizon-eda
kicad-small kicad-small
# cura # cura
@ -186,9 +185,9 @@
ExecStart = lib.mkForce "systemd-inhibit --what=sleep:handle-lid-switch --why='NixOS upgrade' ${updateScript}/bin/nixos-upgrade"; ExecStart = lib.mkForce "systemd-inhibit --what=sleep:handle-lid-switch --why='NixOS upgrade' ${updateScript}/bin/nixos-upgrade";
}; };
}; };
services.logind.extraConfig = '' services.logind.settings.Login = {
LidSwitchIgnoreInhibited = no LidSwitchIgnoreInhibited = "no";
''; };
services.earlyoom = { services.earlyoom = {
enable = true; enable = true;

View file

@ -11,10 +11,10 @@
}; };
displayManager = { displayManager = {
lightdm.enable = true; lightdm.enable = true;
gdm.wayland = false;
}; };
}; };
services.displayManager = { services.displayManager = {
gdm.wayland = false;
defaultSession = "xfce"; defaultSession = "xfce";
autoLogin.enable = true; autoLogin.enable = true;
autoLogin.user = "fruchti"; autoLogin.user = "fruchti";