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:
+2
-12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user