did something idk forgot
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
||||
nix-mineral.url = "github:cynicsketch/nix-mineral/";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, impermanence, nixos-hardware, home-manager, spicetify-nix, ... }:
|
||||
outputs = { self, nixpkgs, impermanence, nixos-hardware, home-manager, spicetify-nix, nix-mineral, ... }:
|
||||
let
|
||||
mkHost = system: modules: nixpkgs.lib.nixosSystem {
|
||||
inherit system modules;
|
||||
specialArgs = { inherit impermanence nixos-hardware spicetify-nix; };
|
||||
specialArgs = { inherit impermanence nixos-hardware spicetify-nix nix-mineral; };
|
||||
};
|
||||
|
||||
mkPiImage = modules: (nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user