This commit is contained in:
albert 2024-04-29 09:55:56 +09:00
parent 005b21f1fd
commit bca413114d
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
6 changed files with 8 additions and 2 deletions

View file

@ -19,6 +19,7 @@ in
programs.starship = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
settings = {
format = lib.concatStrings [
# "[](${usernameBG})"

View file

@ -30,6 +30,7 @@
# Extras
sudo
tailscale
fish
];
};
};

View file

@ -42,5 +42,6 @@
ethtool # Ethernet troubleshooting
fd # alternative to "Find"
lazygit # Decent Git TUI
fish # Shell
];
}

View file

@ -43,6 +43,7 @@
sshpass
fd
eza
fish
];
# Select internationalisation properties.

View file

@ -36,6 +36,7 @@
sshpass
cryptsetup
fd
fish
];
# Select internationalisation properties.

View file

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