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