wsl add dconf for gtk

This commit is contained in:
2026-07-21 10:44:09 -05:00
parent a3778f3a5a
commit 4d59b44d3a

View File

@@ -49,6 +49,8 @@
services.wyoming.satellite.user = lib.mkDefault "nathan";
programs.dconf.enable = (useWith (wsl) true);
home-manager.users.nathan = with self.homeModules; lib.mkMerge [
self.homeModules.nathan
(useWithGraphical (laptop ++ homebox ++ iso) nathan-aurora)
@@ -89,13 +91,6 @@
packageSet = lib.mkDefault "minimal";
};
})
(useWith (wsl) {
olympus = {
graphical = lib.mkDefault false;
};
})
];
};
};