Compare commits
No commits in common. "cdbf8e56d71554241472b7c01cf4b4a1567e68e1" and "ec9283ee263002081940c185e1a887ae8fc6d739" have entirely different histories.
cdbf8e56d7
...
ec9283ee26
1 changed files with 1 additions and 2 deletions
|
@ -160,6 +160,7 @@
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
overlays = [
|
overlays = [
|
||||||
|
inputs.lix-module.overlays.default
|
||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
inputs.vscode-extensions.overlays.default
|
inputs.vscode-extensions.overlays.default
|
||||||
] ++ (import ./overlay { inherit inputs; });
|
] ++ (import ./overlay { inherit inputs; });
|
||||||
|
@ -176,7 +177,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
nixpkgs = { inherit pkgs; };
|
nixpkgs = { inherit pkgs; };
|
||||||
home-manager.useGlobalPkgs = true;
|
|
||||||
}
|
}
|
||||||
./hosts/ytnix
|
./hosts/ytnix
|
||||||
./modules
|
./modules
|
||||||
|
@ -191,7 +191,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
nixpkgs = { inherit pkgs; };
|
nixpkgs = { inherit pkgs; };
|
||||||
home-manager.useGlobalPkgs = true;
|
|
||||||
}
|
}
|
||||||
./hosts/chunk
|
./hosts/chunk
|
||||||
./modules
|
./modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue