HASH 294f7812ecba
DATE 2025-05-25
SUBJECT nix: remove zjstatus overlay
FILES 1 CHANGED
HASH 294f7812ecba
DATE 2025-05-25
SUBJECT nix: remove zjstatus overlay
FILES 1 CHANGED
┌─ modules/common/base/nix.nix ──────────────────────────────────────────────┐
│ diff --git a/modules/common/base/nix.nix b/modules/common/base/nix.nix │
│ index 5919984..6ef11df 100644 │
│ --- a/modules/common/base/nix.nix │
│ +++ b/modules/common/base/nix.nix │
│ @@ -73,12 +73,5 @@ in { │
│ }; │
│ nixpkgs = { │
│ config.allowUnfree = true; │
│ - # why are we doing this │
│ - overlays = mkIf (role == "workstation") [ │
│ - # zellij status bar plugin │
│ - (_final: prev: { │
│ - zjstatus = inputs.zjstatus.packages.${prev.system}.default; │
│ - }) │
│ - ]; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ modules/common/base/nix.nix ────────┐
│ diff --git a/modules/common/base/nix.nix b/m │
│ odules/common/base/nix.nix │
│ index 5919984..6ef11df 100644 │
│ --- a/modules/common/base/nix.nix │
│ +++ b/modules/common/base/nix.nix │
│ @@ -73,12 +73,5 @@ in { │
│ }; │
│ nixpkgs = { │
│ config.allowUnfree = true; │
│ - # why are we doing this │
│ - overlays = mkIf (role == "workstation") │
│ [ │
│ - # zellij status bar plugin │
│ - (_final: prev: { │
│ - zjstatus = inputs.zjstatus.packages │
│ .${prev.system}.default; │
│ - }) │
│ - ]; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET