From cbd6a89907504fc2f959ce93d94bb119888c8a46 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 04:53:42 +0530 Subject: Back to bash --- hosts/common.nix | 2 -- hosts/niuwux/default.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index 54678fe..4ae58aa 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -247,8 +247,6 @@ services.gvfs.enable = true; services.udisks2.enable = true; - programs.fish.enable = true; - environment.systemPackages = with pkgs; [ android-tools playerctl 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" -- cgit v1.3.1