feat(kachu-laptop): ✨ initial config
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
url = "github:thep0y/monaco-nerd-font";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v1.1.0";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@@ -43,6 +47,15 @@
|
||||
inputs.spicetify-nix.nixosModules.default
|
||||
];
|
||||
};
|
||||
"kachu-laptop" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs self;};
|
||||
modules = [
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
./hosts/kachu-laptop/hardware-configuration.nix
|
||||
./hosts/kachu-laptop/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user