Skip to content

Commit

Permalink
feat: adds agenix to violet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Jul 16, 2024
1 parent 79c682f commit ae12f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
};
};

outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs:
outputs = { nixpkgs, self, agenix, iceshrimp, , ...} @ inputs:
let
selfPkgs = import ./pkgs;
username = "liv";
Expand Down Expand Up @@ -71,7 +71,7 @@
modules = [(
import ./hosts/violet
)];
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
specialArgs = { host="violet"; inherit self inputs username agenix iceshrimp ; };
};

vm = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit ae12f8a

Please sign in to comment.