diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-14 06:14:06 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-14 07:02:05 +0200 |
commit | 38f3f4750f43c8b4d8bb3df1cc8c8b5756ba95f4 (patch) | |
tree | 666e039c132f6ce26173356341516565b1a26689 /nixos/profiles | |
parent | 5b44c6f12f5a645d62b2bad3cc6de3c207eb4582 (diff) |
feat(workstation): add vdf
Diffstat (limited to 'nixos/profiles')
-rw-r--r-- | nixos/profiles/workstation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |