feat(fish): replace starship with hydro

This commit is contained in:
uku 2024-11-23 11:14:09 +01:00
parent 109785aadd
commit e7fa72e2c5
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 45 additions and 13 deletions

View file

@ -8,6 +8,7 @@
agenix,
home-manager,
vencord,
hydro,
...
}: let
username = "leo";
@ -29,7 +30,7 @@ in {
../programs/fish.nix
../programs/git.nix
../programs/starship
# ../programs/starship
];
age = {
@ -135,7 +136,7 @@ in {
nixpkgs = {
config.allowUnfree = true;
flake.setNixPath = false;
overlays = [(import ../exprs/overlay.nix vencord)];
overlays = [(import ../exprs/overlay.nix {inherit vencord hydro;})];
};
programs = {