From 46c127068226f717351a67fe3c373c6a4298d898 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 17 Apr 2023 21:24:35 +0200 Subject: [PATCH] Reenable fish shell as default --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 75b0def..9b008f3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,7 @@ in isNormalUser = true; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" ]; initialPassword = "pass"; + shell = pkgs.fish; }; # Allow unfree packages