Compare commits

..

No commits in common. "cdbf8e56d71554241472b7c01cf4b4a1567e68e1" and "ec9283ee263002081940c185e1a887ae8fc6d739" have entirely different histories.

View file

@ -160,6 +160,7 @@
config.allowUnfree = true;
system = "x86_64-linux";
overlays = [
inputs.lix-module.overlays.default
inputs.rust-overlay.overlays.default
inputs.vscode-extensions.overlays.default
] ++ (import ./overlay { inherit inputs; });
@ -176,7 +177,6 @@
modules = [
{
nixpkgs = { inherit pkgs; };
home-manager.useGlobalPkgs = true;
}
./hosts/ytnix
./modules
@ -191,7 +191,6 @@
modules = [
{
nixpkgs = { inherit pkgs; };
home-manager.useGlobalPkgs = true;
}
./hosts/chunk
./modules