feat: switch to unstable channel

This commit is contained in:
2026-04-04 21:54:37 +02:00
parent 89e36c5096
commit dd4fc4eff3
5 changed files with 65 additions and 90 deletions

View File

@@ -30,9 +30,9 @@
IdleActionSec = "15min";
};
systemd.sleep.extraConfig = ''
HibernateDelaySec=30min
'';
systemd.sleep.settings.Sleep = {
HibernateDelaySec = "30min";
};
programs.nix-ld.libraries = options.programs.nix-ld.libraries.default;