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 = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
# "[](${usernameBG})"
|
# "[](${usernameBG})"
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
# Extras
|
# Extras
|
||||||
sudo
|
sudo
|
||||||
tailscale
|
tailscale
|
||||||
|
fish
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -42,5 +42,6 @@
|
||||||
ethtool # Ethernet troubleshooting
|
ethtool # Ethernet troubleshooting
|
||||||
fd # alternative to "Find"
|
fd # alternative to "Find"
|
||||||
lazygit # Decent Git TUI
|
lazygit # Decent Git TUI
|
||||||
|
fish # Shell
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
sshpass
|
sshpass
|
||||||
fd
|
fd
|
||||||
eza
|
eza
|
||||||
|
fish
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
sshpass
|
sshpass
|
||||||
cryptsetup
|
cryptsetup
|
||||||
fd
|
fd
|
||||||
|
fish
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
|
|
|
@ -17,6 +17,7 @@ in {
|
||||||
++ ifExists [ "docker" ]
|
++ ifExists [ "docker" ]
|
||||||
++ ifExists [ "podman" ]
|
++ ifExists [ "podman" ]
|
||||||
++ ifExists [ "syncthing" ];
|
++ ifExists [ "syncthing" ];
|
||||||
|
# shell = pkgs.fish;
|
||||||
# mkpasswd -m sha-512
|
# mkpasswd -m sha-512
|
||||||
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
||||||
packages = [ pkgs.home-manager ];
|
packages = [ pkgs.home-manager ];
|
||||||
|
|
Loading…
Reference in a new issue