diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-31T18·47+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-31T23·46+0000 |
commit | a28c495c38a6b8c98f77d2196fa6dd51a74c7049 (patch) | |
tree | b6f6f46dd8ab8815a5bd9aba7be6cce0e9771b84 | |
parent | a60998c2340b2b34bcc8e53a338bcd0be3e52c78 (diff) |
feat(tazjin/nixos): ensure eaglemode is always installed r/8624
Change-Id: I6084e041b760d90929f7e9b3d6f7cd6ca12370ba Reviewed-on: https://cl.tvl.fyi/c/depot/+/12400 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 5ec527fa7cf7..f04cd6675fad 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -20,11 +20,12 @@ in environment.systemPackages = # programs from the depot (with depot; [ - users.tazjin.screenLock - users.tazjin.chase-geese config.tazjin.emacs third_party.agenix.cli tools.when + users.tazjin.chase-geese + users.tazjin.eaglemode + users.tazjin.screenLock ]) ++ # programs from nixpkgs |