Move gnome-settings to top level

This commit is contained in:
DashieTM 2024-09-08 13:50:08 +02:00
parent bac1d0f3f9
commit a3d3b15507
3 changed files with 9 additions and 8 deletions

View file

@ -175,8 +175,8 @@
};
systemStateVersion = lib.mkOption {
default = "unstable";
example = "24.05";
default = "23.05";
type = lib.types.str;
description = ''
System state version

View file

@ -33,7 +33,7 @@
# needed for GNOME services outside of GNOME Desktop
dbus.packages = with pkgs; [
gcr
gnome.gnome-settings-daemon
gnome-settings-daemon
];
gnome.gnome-keyring.enable = true;