diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-16 23:16:07 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-16 23:16:07 +0100 |
| commit | 459bfae2de8c5c534f5bbb2e4a328ea17188ac0a (patch) | |
| tree | 448a9900b49342f3d22c117b65663c1a5e837950 /common/default.nix | |
| parent | 84f5d968ee862bce5968f4e1a9914a7e3f9f40ee (diff) | |
flake: update
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 81e0b5a..ae59698 100644 --- a/common/default.nix +++ b/common/default.nix @@ -77,6 +77,8 @@ pkgs.man-pages-posix pkgs.gst_all_1.gstreamer ]; + + shells = [ pkgs.zsh ]; }; documentation = { |