some stufs

This commit is contained in:
Noa Aarts 2025-03-29 22:12:14 +01:00
parent 8554883fe6
commit c76fbd2cba
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -91,21 +91,14 @@
{
self,
nixpkgs,
nix-colors,
automapaper,
disko,
lazy,
...
}@inputs:
{
nixosConfigurations = {
lambdaOS = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit
inputs
nix-colors
automapaper
;
inherit inputs;
};
modules = [
./hosts/lambdaos/configuration.nix
@ -117,10 +110,7 @@
};
nuOS = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit
inputs
nix-colors
;
inherit inputs;
};
modules = [
disko.nixosModules.disko
@ -132,11 +122,7 @@
};
muOS = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit
inputs
nix-colors
automapaper
;
inherit inputs;
};
modules = [
disko.nixosModules.disko