did something idk forgot

This commit is contained in:
k3t
2026-05-24 17:20:59 -06:00
parent 2f99088a3d
commit 00da64601c
5 changed files with 169 additions and 31 deletions
+3 -2
View File
@@ -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 {