Compare commits
2 commits
ec9283ee26
...
cdbf8e56d7
Author | SHA1 | Date | |
---|---|---|---|
cdbf8e56d7 | |||
f0add8c95f |
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,6 @@
|
||||||
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; });
|
||||||
|
@ -177,6 +176,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
nixpkgs = { inherit pkgs; };
|
nixpkgs = { inherit pkgs; };
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
}
|
}
|
||||||
./hosts/ytnix
|
./hosts/ytnix
|
||||||
./modules
|
./modules
|
||||||
|
@ -191,6 +191,7 @@
|
||||||
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