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
+2 -12
View File
@@ -11,18 +11,8 @@
];
nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.overlays = [
(_final: prev: {
# Pi is a fast-moving agent harness; stable branches can be generations old.
# Use the latest resolving Nixpkgs input while keeping the rest of the
# system on the stable release branch.
pi-coding-agent =
(import inputs.nixpkgs-latest {
inherit (prev.stdenv.hostPlatform) system;
config = prev.config or { };
}).pi-coding-agent;
})
];
# tools.nix/network.nix select current standalone CLIs without overriding the
# system package set (or mixing unstable libraries into the desktop stack).
nix = {
channel.enable = false;