1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

feat: reactivate krebs wallpaper

This commit is contained in:
2024-01-08 14:55:04 +01:00
parent ef7c53f15b
commit 6121a8db3a
2 changed files with 3 additions and 1 deletions

View File

@@ -291,6 +291,7 @@ in {
./unclutter.nix ./unclutter.nix
./vscode.nix ./vscode.nix
./watson.nix ./watson.nix
./wallpaper.nix
./zsh.nix ./zsh.nix
./tor.nix ./tor.nix
./stw-berlin.nix ./stw-berlin.nix

View File

@@ -3,7 +3,8 @@
lib, lib,
... ...
}: let }: let
url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png"; # url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
url = "http://wallpaper.r/realwallpaper-krebs.png";
stateDir = "~/.cache/wallpaper"; stateDir = "~/.cache/wallpaper";
in { in {
systemd.user.services.wallpaper = { systemd.user.services.wallpaper = {