Upgrade to nixos-24.11

This commit is contained in:
Michael Smith
2025-04-04 16:08:31 +02:00
parent 8cac364367
commit a36b44d1af
4 changed files with 13 additions and 15 deletions

View File

@@ -147,12 +147,12 @@ in {
sleep-inactive-ac-type='nothing'
sleep-inactive-battery-type='nothing'
[org.gnome.desktop.background]
picture-uri='file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/geometrics-l.jxl'
picture-uri='file://${pkgs.gnome-backgrounds}/share/backgrounds/gnome/geometrics-l.jxl'
[org.gnome.desktop.screensaver]
picture-uri='file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/geometrics-l.jxl'
picture-uri='file://${pkgs.gnome-backgrounds}/share/backgrounds/gnome/geometrics-l.jxl'
'';
extraGSettingsOverridePackages = [pkgs.gnome.gnome-settings-daemon];
extraGSettingsOverridePackages = [pkgs.gnome-settings-daemon];
enable = true;
};