Disco: Add changes for 25.11
This commit is contained in:
parent
4cd870076c
commit
96bb01aad3
2 changed files with 6 additions and 7 deletions
|
|
@ -76,10 +76,9 @@
|
|||
|
||||
vscodium
|
||||
marktext
|
||||
tor-browser-bundle-bin
|
||||
tor-browser
|
||||
libreoffice-fresh
|
||||
tdesktop
|
||||
signal-desktop
|
||||
telegram-desktop signal-desktop
|
||||
horizon-eda
|
||||
kicad-small
|
||||
# cura
|
||||
|
|
@ -186,9 +185,9 @@
|
|||
ExecStart = lib.mkForce "systemd-inhibit --what=sleep:handle-lid-switch --why='NixOS upgrade' ${updateScript}/bin/nixos-upgrade";
|
||||
};
|
||||
};
|
||||
services.logind.extraConfig = ''
|
||||
LidSwitchIgnoreInhibited = no
|
||||
'';
|
||||
services.logind.settings.Login = {
|
||||
LidSwitchIgnoreInhibited = "no";
|
||||
};
|
||||
|
||||
services.earlyoom = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
};
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
gdm.wayland = false;
|
||||
};
|
||||
};
|
||||
services.displayManager = {
|
||||
gdm.wayland = false;
|
||||
defaultSession = "xfce";
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "fruchti";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue