added goober

This commit is contained in:
chloe 2024-09-08 10:52:16 +02:00
parent 1793ce0723
commit d5b3261f40
3 changed files with 60 additions and 0 deletions

View file

@ -47,6 +47,14 @@
./hosts/labouse/configuration.nix
];
};
goober = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./features/isos/goober.nix
];
};
};
};
}