mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12:19:00 +00:00
workflows/a-happy-gnome: reformat
This commit is contained in:
parent
65f6e90d6c
commit
0cb9d89b03
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user