Refresh system/tool pins, install official Element Nightly, expand development tools, and finish desktop workflows with a shared charcoal/gold design. Retain host-specific updates and NixOS recovery generations.
9 lines
359 B
Nix
9 lines
359 B
Nix
# The image is fetched reproducibly, not downloaded by a login/startup script.
|
|
# Source/attribution details and the original fallback are documented in DESKTOP.md.
|
|
{ pkgs }:
|
|
pkgs.fetchurl {
|
|
name = "one-ring-dark-1920x1200.jpg";
|
|
url = "https://w.wallhaven.cc/full/01/wallhaven-01e5v4.jpg";
|
|
hash = "sha256-3jkKzJ0q4MTlHygwUs3SuSiUIjUjkiTqSaM+q8EL/oc=";
|
|
}
|