feat: add mantle

This commit is contained in:
2025-02-23 04:53:32 +00:00
parent 63973b2b57
commit e822d714f2
3 changed files with 28 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
pesde.url = "github:rocketcamel/pesde-nix";
pesde.inputs.nixpkgs.follows = "nixpkgs";
mantle.url = "github:rocketcamel/mantle-nix";
mantle.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@@ -64,6 +66,7 @@
];
environment.systemPackages = [
inputs.pesde.packages.${host.architecture}.default
inputs.mantle.packages.${host.architecture}.default
];
nixpkgs.config.allowUnfree = true;
}