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;
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
inputs.lix-module.overlays.default
|
||||
inputs.rust-overlay.overlays.default
|
||||
inputs.vscode-extensions.overlays.default
|
||||
] ++ (import ./overlay { inherit inputs; });
|
||||
|
@ -177,6 +176,7 @@
|
|||
modules = [
|
||||
{
|
||||
nixpkgs = { inherit pkgs; };
|
||||
home-manager.useGlobalPkgs = true;
|
||||
}
|
||||
./hosts/ytnix
|
||||
./modules
|
||||
|
@ -191,6 +191,7 @@
|
|||
modules = [
|
||||
{
|
||||
nixpkgs = { inherit pkgs; };
|
||||
home-manager.useGlobalPkgs = true;
|
||||
}
|
||||
./hosts/chunk
|
||||
./modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue