switch back to fish

This commit is contained in:
Gabriel Simmer 2024-02-05 13:11:02 +00:00
parent 7d19154b03
commit 49a39fc7d0
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 4 additions and 9 deletions

View file

@ -186,7 +186,7 @@
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.gsimmer = { users.users.gsimmer = {
shell = pkgs.nushell; shell = pkgs.fish;
isNormalUser = true; isNormalUser = true;
description = "Gabriel Simmer"; description = "Gabriel Simmer";
extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu-libvirtd" "docker" ]; extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu-libvirtd" "docker" ];

View file

@ -16,7 +16,7 @@
[ [
(import (builtins.fetchTarball { (import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "0nr8bpglvhjjkyh6xf091gb8nwqn66spycmhhzvkh5smahxpjw0n"; sha256 = "1nglxrfynyjmqfzz81y4idc40c6rbsaa4jb4ishiwibdkh85nyf6";
})) discordOverlay]; })) discordOverlay];
}; };
home = { home = {
@ -39,17 +39,12 @@
programs = { programs = {
bash.enable = false; bash.enable = false;
fish = { fish = {
enable = false; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting set fish_greeting
atuin init fish | source atuin init fish | source
''; '';
}; };
nushell = {
enable = true;
extraConfig = (builtins.readFile ./config.nu);
};
direnv = { direnv = {
enable = true; enable = true;
@ -123,7 +118,7 @@
discord discord
mangohud mangohud
comma comma
looking-glass-client transmission_4-qt
]; ];
# This value determines the Home Manager release that your # This value determines the Home Manager release that your