feat: adds iceshrimp as an output to the flake and to violet

This commit is contained in:
Ahwx 2024-07-15 10:32:50 +02:00
parent 770ed25c5d
commit 257140e6f5

View file

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