From 7d65ee9b6b6046b73b9e7736b8ce7596724449e9 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 16 Jun 2025 07:29:30 +0200 Subject: feat(workstation): add ed script --- nixos/profiles/workstation/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/profiles/workstation/default.nix') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index ec84c94..052a3c8 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -40,6 +40,8 @@ in (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) vim-full + skim + (writeShellScriptBin "ed" (builtins.readFile ./scripts/ed)) unzip -- cgit v1.2.3