Make server build without snapper and whatnot

This commit is contained in:
Jimbo 2025-01-01 16:37:31 -05:00
parent a7181f6a85
commit bb5250fef5
4 changed files with 25 additions and 42 deletions

View file

@ -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";
};