workflows/a-happy-gnome: reformat

This commit is contained in:
Gabriel Arazas 2024-01-06 19:16:32 +08:00
parent 65f6e90d6c
commit 0cb9d89b03
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -115,8 +115,7 @@ in
# Bring all of the dconf keyfiles in there. # Bring all of the dconf keyfiles in there.
programs.dconf = { programs.dconf = {
enable = true; enable = true;
profiles = { profiles.user.databases = lib.singleton {
user.databases = lib.singleton {
# Get them keyfiles. # Get them keyfiles.
keyfiles = [ ./config/dconf ]; keyfiles = [ ./config/dconf ];
@ -154,7 +153,6 @@ in
]; ];
}; };
}; };
};
xdg.mime = { xdg.mime = {
enable = true; enable = true;