diff --git a/nix/london/configuration.nix b/nix/london/configuration.nix index 719199d..4e6c268 100644 --- a/nix/london/configuration.nix +++ b/nix/london/configuration.nix @@ -186,7 +186,7 @@ }; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.gsimmer = { - shell = pkgs.nushell; + shell = pkgs.fish; isNormalUser = true; description = "Gabriel Simmer"; extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu-libvirtd" "docker" ]; diff --git a/nix/london/gsimmer.nix b/nix/london/gsimmer.nix index a0eaf02..37d7119 100644 --- a/nix/london/gsimmer.nix +++ b/nix/london/gsimmer.nix @@ -16,7 +16,7 @@ [ (import (builtins.fetchTarball { url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; - sha256 = "0nr8bpglvhjjkyh6xf091gb8nwqn66spycmhhzvkh5smahxpjw0n"; + sha256 = "1nglxrfynyjmqfzz81y4idc40c6rbsaa4jb4ishiwibdkh85nyf6"; })) discordOverlay]; }; home = { @@ -39,17 +39,12 @@ programs = { bash.enable = false; fish = { - enable = false; + enable = true; interactiveShellInit = '' set fish_greeting atuin init fish | source ''; }; - - nushell = { - enable = true; - extraConfig = (builtins.readFile ./config.nu); - }; direnv = { enable = true; @@ -123,7 +118,7 @@ discord mangohud comma - looking-glass-client + transmission_4-qt ]; # This value determines the Home Manager release that your