From 1450f0901daebc613f592d8831d8ccbb01c9f950 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 17 Apr 2023 20:40:28 +0200 Subject: [PATCH] Move fish --- configuration.nix | 2 +- home-manager.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ec45ab0..8a4c1ef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,7 +92,7 @@ in isNormalUser = true; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" ]; initialPassword = "pass"; - shell = pkgs.fish; + #shell = pkgs.fish; }; # Allow unfree packages diff --git a/home-manager.nix b/home-manager.nix index d4c8719..e5bee8c 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -25,6 +25,7 @@ in pkgs.fira-code # fira code font pkgs.fwupd # firmware updates pkgs.fwupd-efi # firmware updates additional EFI stuff + pkgs.fish # fish shell ]; };