general: enable dconf on all platforms
This commit is contained in:
parent
6de4d0bd81
commit
ff69b90dfe
2 changed files with 2 additions and 2 deletions
|
@ -62,6 +62,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# Coredumps are a security risk and may use up a lot of disk space
|
# Coredumps are a security risk and may use up a lot of disk space
|
||||||
systemd.coredump.extraConfig = ''
|
systemd.coredump.extraConfig = ''
|
||||||
Storage=none
|
Storage=none
|
||||||
|
|
|
@ -16,7 +16,5 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue