[shell] Go all in on fish shell again. Looks like 3.x is the real deal :D

This commit is contained in:
Sebastian Schulze 2022-04-04 09:54:36 +02:00
parent 2d4f55bb65
commit 16010d2a78
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 4 additions and 1 deletions

View File

@ -46,10 +46,12 @@
programs.zsh.enable = true;
programs.sway.enable = true;
programs.light.enable = true;
programs.fish.enable = true;
users.defaultUserShell = pkgs.zsh;
users.extraUsers.bascht = {
isNormalUser = true;
shell = pkgs.fish;
extraGroups = [ "audio" "video" "networkmanager" "storage" "wheel" "disk" "plugdev" "docker" ];
};

View File

@ -246,6 +246,7 @@ in
programs.fish.shellInit = ''
set -U fish_greeting
fzf_configure_bindings
starship init fish | source
'';
programs.fish.plugins = [
{

View File

@ -62,7 +62,7 @@ symbol = " "
[time]
disabled = false
style = "bold bright-black"
format = "[$time]($style)"
format = "[$time ]($style)"
[package]
disabled = true