mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds iceshrimp as an output to the flake and to violet
This commit is contained in:
parent
770ed25c5d
commit
257140e6f5
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, self, agenix, catppuccin, ...} @ inputs:
|
outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs:
|
||||||
let
|
let
|
||||||
selfPkgs = import ./pkgs;
|
selfPkgs = import ./pkgs;
|
||||||
username = "liv";
|
username = "liv";
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [(
|
||||||
import ./hosts/violet
|
import ./hosts/violet
|
||||||
|
iceshrimp.nixosModules.default
|
||||||
# agenix.nixosModules.default
|
# agenix.nixosModules.default
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="violet"; inherit self inputs username ; };
|
specialArgs = { host="violet"; inherit self inputs username ; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue