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.
users.users.gsimmer = {
shell = pkgs.nushell;
shell = pkgs.fish;
isNormalUser = true;
description = "Gabriel Simmer";
extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu-libvirtd" "docker" ];

View file

@ -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