got rid of all the needless directories. will be sorting dotfiles to fit nix home manager in the near future.

This commit is contained in:
lulusilly 2025-12-24 22:28:35 -04:00
parent 7ac00f2417
commit ae6fda00a0
38 changed files with 102 additions and 1062 deletions

4
.config/nix/flake.nix Executable file → Normal file
View file

@ -17,12 +17,12 @@
./hosts/mecca/configuration.nix
];
};
syntheticnexus = nixpkgs.lib.nixosSystem {
cantor = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules = [
./hosts/common.nix
./hosts/syntheticnexus/configuration.nix
./hosts/cantor/configuration.nix
];
};
};