Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-11-19 10:31:29 +01:00
parent a3187e163d
commit 900f95169f
83 changed files with 1134 additions and 705 deletions

View file

@ -45,7 +45,8 @@
attic.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs:
outputs =
inputs:
let
lib = inputs.snowfall-lib.mkLib {
inherit inputs;
@ -66,9 +67,7 @@
allowUnfree = true;
};
homes.modules = with inputs; [
neovim-flake.homeManagerModules.default
];
homes.modules = with inputs; [ neovim-flake.homeManagerModules.default ];
systems.modules.nixos = with inputs; [
lanzaboote.nixosModules.lanzaboote
@ -79,9 +78,7 @@
attic.nixosModules.atticd
];
overlays = with inputs; [
nixsgx-flake.overlays.default
];
overlays = with inputs; [ nixsgx-flake.overlays.default ];
outputs-builder = channels: {
formatter = channels.nixpkgs.nixfmt-rfc-style;