...to be honest, I'm not quite sure this makes ANY sense

This commit is contained in:
Chris Thompson 2024-11-10 20:02:55 -05:00
parent 3146ba0781
commit d655642142
6 changed files with 53 additions and 46 deletions

View file

@ -14,7 +14,8 @@
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./hosts/supercell/configuration.nix
./hosts/default/configuration.nix
inputs.home-manager.nixosModules.default
];
};
};