diff options
Diffstat (limited to 'home/rices/cassette-futurism/system.nix')
| -rw-r--r-- | home/rices/cassette-futurism/system.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/rices/cassette-futurism/system.nix b/home/rices/cassette-futurism/system.nix index 675bfc0..3d70ef3 100644 --- a/home/rices/cassette-futurism/system.nix +++ b/home/rices/cassette-futurism/system.nix @@ -28,10 +28,8 @@ in { base16Scheme = vars.base16; - image = pkgs.fetchurl { - url = vars.wallpaperFallback; - sha256 = "sha256-xZbNK8s3/ooRvyeHGxhcYnnifeGAiAnUjw9EjJTWbLE="; - }; + # Use local cassette futurism wallpaper (NGE themed) + image = ../../../assets/wallpapers/NGE_CF.jpg; fonts = { monospace = { |
