feat(fish): replace starship with hydro
This commit is contained in:
parent
109785aadd
commit
e7fa72e2c5
5 changed files with 45 additions and 13 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue