From 719c6149db332222d8b4e99b2ba151c6ea66b048 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 4 Nov 2024 11:23:10 -0500 Subject: [PATCH] dont use fish as default anymore, thats handled in bash --- modules/core.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 0cd1cc5..52f4969 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -103,9 +103,6 @@ enable = true; }; - # Make fish default for all users - users.defaultUserShell = pkgs.fish; - # Configure pulseaudio hardware.graphics.enable32Bit = config.module.gaming.enable; hardware.pulseaudio.support32Bit = config.module.gaming.enable;