diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-21 16:20:28 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-21 16:20:28 -0700 |
| commit | c4157b439b4705becf48314fea6139da8a495354 (patch) | |
| tree | 30328abeaed975d9608d51d8cf8facb62e45dd6c /hosts/common/users/trent | |
| parent | dfafdbbe348e2322c016f779fceb7adb726f1705 (diff) | |
| download | nix-c4157b439b4705becf48314fea6139da8a495354.tar nix-c4157b439b4705becf48314fea6139da8a495354.tar.gz nix-c4157b439b4705becf48314fea6139da8a495354.tar.bz2 nix-c4157b439b4705becf48314fea6139da8a495354.tar.lz nix-c4157b439b4705becf48314fea6139da8a495354.tar.xz nix-c4157b439b4705becf48314fea6139da8a495354.tar.zst nix-c4157b439b4705becf48314fea6139da8a495354.zip | |
Update shell
Diffstat (limited to 'hosts/common/users/trent')
| -rw-r--r-- | hosts/common/users/trent/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/users/trent/default.nix b/hosts/common/users/trent/default.nix index 0e94b1c..47c6ead 100644 --- a/hosts/common/users/trent/default.nix +++ b/hosts/common/users/trent/default.nix @@ -28,7 +28,7 @@ in ]; packages = [ pkgs.home-manager ]; - shell = pkgs.zsh; + shell = pkgs.bash; uid = uid; }; } |
