summaryrefslogtreecommitdiff
path: root/hosts/niuwux/default.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 04:53:42 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 04:53:42 +0530
commitcbd6a89907504fc2f959ce93d94bb119888c8a46 (patch)
tree84a4bbe720264402f8fdf7e2bdc5fddde0bee37a /hosts/niuwux/default.nix
parentb5c700388d8c947913d91f703ace9113c4d63be9 (diff)
Back to bash
Diffstat (limited to 'hosts/niuwux/default.nix')
-rw-r--r--hosts/niuwux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix
index 6c16a13..796dc17 100644
--- a/hosts/niuwux/default.nix
+++ b/hosts/niuwux/default.nix
@@ -86,7 +86,7 @@
users.users.${user} = {
isNormalUser = true;
- shell = pkgs.fish;
+ shell = pkgs.bash;
extraGroups = [
"networkmanager"
"wheel"