Move gnome-settings to top level
This commit is contained in:
parent
bac1d0f3f9
commit
a3d3b15507
3 changed files with 9 additions and 8 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
{ pkgs
|
{
|
||||||
, config
|
pkgs,
|
||||||
, lib
|
config,
|
||||||
, hostName
|
lib,
|
||||||
, modulesPath
|
hostName,
|
||||||
, ...
|
modulesPath,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
username = config.conf.username;
|
username = config.conf.username;
|
||||||
|
|
|
||||||
|
|
@ -175,8 +175,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemStateVersion = lib.mkOption {
|
systemStateVersion = lib.mkOption {
|
||||||
default = "unstable";
|
|
||||||
example = "24.05";
|
example = "24.05";
|
||||||
|
default = "23.05";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = ''
|
description = ''
|
||||||
System state version
|
System state version
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
# needed for GNOME services outside of GNOME Desktop
|
# needed for GNOME services outside of GNOME Desktop
|
||||||
dbus.packages = with pkgs; [
|
dbus.packages = with pkgs; [
|
||||||
gcr
|
gcr
|
||||||
gnome.gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
gnome.gnome-keyring.enable = true;
|
gnome.gnome-keyring.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue