1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(wallpaper): use lassulus worldmap with astronomy

This commit is contained in:
2020-12-16 22:24:32 +01:00
parent 52761a13e2
commit a2d1ab6f53

View File

@@ -28,13 +28,13 @@ in {
krebs.fetchWallpaper = {
enable = true;
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
url = "http://prism.r/realwallpaper.png";
# unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
url = "https://lassul.us/wallpaper-marker.png";
};
services.xserver = {
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:";
};
/*