fixup! uvms: churn

This commit is contained in:
Else Someone 2026-03-11 17:38:49 +02:00
parent add1c4f6bd
commit f8cc57f146
2 changed files with 7 additions and 4 deletions

View file

@ -16,6 +16,7 @@ let
kernelTarget = pkgs.stdenv.hostPlatform.linux-kernel.target;
waylandSock = "/run/user/1000/wayland-1";
env = {
DBUS_SESSION_BUS_ADDRESS = "unix:path=/run/user/1000/bus";
XDG_RUNTIME_DIR = "/run/user/1000";
WAYLAND_DISPLAY = "wayland-1";
@ -104,6 +105,7 @@ in
};
};
programs.dconf.enable = true;
systemd.mounts = [
{
type = "virtiofs";
@ -210,6 +212,7 @@ in
};
environment.profileRelativeSessionVariables.PATH = lib.mkForce [ "/bin\${PATH:+:}$PATH" ];
environment.sessionVariables = env;
environment.variables = env;
systemd.globalEnvironment = env;
@ -302,9 +305,9 @@ in
uvms.ch.settings = mkOption {
default = { };
type = types.submodule (
let
osConfig = config;
in
let
osConfig = config;
in
{ config, ... }:
{
freeformType = jsonType;