Make server build without snapper and whatnot
This commit is contained in:
parent
a7181f6a85
commit
bb5250fef5
4 changed files with 25 additions and 42 deletions
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
dconf.settings = {
|
||||
dconf.settings = lib.mkIf config.home.desktop.enable {
|
||||
"org/gnome/desktop/interface/color-scheme" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue