From 38f3f4750f43c8b4d8bb3df1cc8c8b5756ba95f4 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 14 Jul 2025 06:14:06 +0200 Subject: feat(workstation): add vdf --- nixos/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/profiles') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 052a3c8..9069530 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -38,6 +38,7 @@ in environment.systemPackages = with pkgs; [ npins (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) + (callPackage sources.my-vdf {}) vim-full skim -- cgit v1.2.3