dont mess with these
This commit is contained in:
@@ -103,7 +103,6 @@
|
|||||||
# Environment for X11 and runtime directories
|
# Environment for X11 and runtime directories
|
||||||
Environment = [
|
Environment = [
|
||||||
"DISPLAY=:0"
|
"DISPLAY=:0"
|
||||||
"XDG_RUNTIME_DIR=/run/user/%u"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -113,9 +112,6 @@
|
|||||||
USE_INVIDIOUS = if cfg.invidious.enable then "1" else "0";
|
USE_INVIDIOUS = if cfg.invidious.enable then "1" else "0";
|
||||||
INVIDIOUS_BASE_URL = cfg.invidious.url;
|
INVIDIOUS_BASE_URL = cfg.invidious.url;
|
||||||
STORE_PATH = cfg.store_path;
|
STORE_PATH = cfg.store_path;
|
||||||
|
|
||||||
# Add PulseAudio runtime path
|
|
||||||
PULSE_RUNTIME_PATH = "/run/user/%u/pulse";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user