feat: complete and visually audit the Hyprland workstation

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.
This commit is contained in:
OpenAI Coding Assistant
2026-09-05 23:22:27 -05:00
parent 35ac95651d
commit 527d989a01
26 changed files with 2043 additions and 447 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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=";
}