mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix(fetchWallpaper)
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
url = "http://prism.r/realwallpaper-krebs-stars-berlin.png";
|
url = "http://prism.r/realwallpaper-krebs-stars-berlin.png";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.fetchWallpaper.isSystemUser = true;
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
display = lib.mkForce 0; # needed for fetchWallpaper to find the X display
|
display = lib.mkForce 0; # needed for fetchWallpaper to find the X display
|
||||||
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:";
|
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:";
|
||||||
|
|||||||
Reference in New Issue
Block a user