aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/users
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-05-21 16:20:28 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-05-21 16:20:28 -0700
commitc4157b439b4705becf48314fea6139da8a495354 (patch)
tree30328abeaed975d9608d51d8cf8facb62e45dd6c /hosts/common/users
parentdfafdbbe348e2322c016f779fceb7adb726f1705 (diff)
downloadnix-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')
-rw-r--r--hosts/common/users/trent/default.nix2
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;
};
}