fix: revert zellij-ps workaround, remove nixpkgs.config (useGlobalPkgs handles it)

This commit is contained in:
2026-05-02 10:08:40 +02:00
parent 727dacb713
commit ffcb17b956
2 changed files with 11 additions and 14 deletions

View File

@@ -30,10 +30,9 @@
];
# ── nixpkgs configuration ──
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
};
# NOTE: When used via NixOS with useGlobalPkgs=true, nixpkgs.config is
# managed at the NixOS level. Only set it here for standalone HM usage.
# nixpkgs.config.allowUnfree = true;
# ── Nix settings ──
nix = {