Update gnome services
This commit is contained in:
parent
37606eae74
commit
b0054a3fe1
1 changed files with 14 additions and 1 deletions
|
|
@ -28,7 +28,20 @@
|
|||
|
||||
config = lib.mkIf config.mods.gnomeServices.enable (
|
||||
lib.optionalAttrs (options ? services.gnome.gnome-keyring) {
|
||||
programs.dconf.enable = true;
|
||||
programs.dconf = {
|
||||
enable = true;
|
||||
profiles.user.databases = [
|
||||
{
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
cursor-theme = config.mods.stylix.cursor.name;
|
||||
cursor-size = lib.gvariant.mkInt32 config.mods.stylix.cursor.size;
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
environment.extraInit = ''
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue