Add fish
This commit is contained in:
parent
005b21f1fd
commit
bca413114d
6 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,7 @@ in
|
|||
programs.starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
format = lib.concatStrings [
|
||||
# "[](${usernameBG})"
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
# Extras
|
||||
sudo
|
||||
tailscale
|
||||
fish
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
busybox # Linux utilities
|
||||
ethtool # Ethernet troubleshooting
|
||||
fd # alternative to "Find"
|
||||
lazygit # Decent Git TUI
|
||||
lazygit # Decent Git TUI
|
||||
fish # Shell
|
||||
];
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
sshpass
|
||||
fd
|
||||
eza
|
||||
fish
|
||||
];
|
||||
|
||||
# Select internationalisation properties.
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
sshpass
|
||||
cryptsetup
|
||||
fd
|
||||
fish
|
||||
];
|
||||
|
||||
# Select internationalisation properties.
|
||||
|
|
|
@ -17,6 +17,7 @@ in {
|
|||
++ ifExists [ "docker" ]
|
||||
++ ifExists [ "podman" ]
|
||||
++ ifExists [ "syncthing" ];
|
||||
# shell = pkgs.fish;
|
||||
# mkpasswd -m sha-512
|
||||
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
||||
packages = [ pkgs.home-manager ];
|
||||
|
|
Loading…
Reference in a new issue