diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:56:20 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:56:20 +0200 |
| commit | 4d9129f8be9345b644c0e52f072edf6b1489869c (patch) | |
| tree | 4e97bf997c0f24d753c2efab913acbc098e7fda4 /home | |
| parent | 83ec30c5b7b52f6110363693c3de516851c5a138 (diff) | |
Fixed wallpaper sha256 to be correct
Diffstat (limited to 'home')
| -rw-r--r-- | home/rices/cassette-futurism/system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rices/cassette-futurism/system.nix b/home/rices/cassette-futurism/system.nix index 706844a..675bfc0 100644 --- a/home/rices/cassette-futurism/system.nix +++ b/home/rices/cassette-futurism/system.nix @@ -30,7 +30,7 @@ in { image = pkgs.fetchurl { url = vars.wallpaperFallback; - sha256 = "sha256-zVW0KZ26u2bjEMCf/hI/0FftCge+2hHLWbx/ijKSZ6U="; + sha256 = "sha256-xZbNK8s3/ooRvyeHGxhcYnnifeGAiAnUjw9EjJTWbLE="; }; fonts = { |
