diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-05-07T11·01+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-05-08T13·26+0000 |
commit | 51ce40c599de42f652a8b15e7574d4fc71563d11 (patch) | |
tree | b3258734139f119710f05b45e7a00443433987e1 /users/tazjin/nixos/modules | |
parent | 00135d1c287b434aa4eda4a4f68a356f912927bd (diff) |
feat(tazjin/nixos): install `when` everywhere r/8091
Change-Id: I49f201250cbcbba98e0641c2868e1cb2230d6b3b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11599 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/nixos/modules')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index bb85c6fb9827..d469da7e5ae0 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -24,6 +24,7 @@ in users.tazjin.chase-geese config.tazjin.emacs third_party.agenix.cli + tools.when ]) ++ # programs from nixpkgs |