forgot that again
This commit is contained in:
parent
d2ebf2c8cb
commit
3b04445f99
1 changed files with 8 additions and 0 deletions
|
@ -79,6 +79,14 @@
|
||||||
./home/yt/ytnix.nix
|
./home/yt/ytnix.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"yt@chunk" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
pkgs = pkgsFor.x86_64-linux;
|
||||||
|
extraSpecialArgs = {inherit inputs outputs;};
|
||||||
|
modules = [
|
||||||
|
./home/yt/chunk.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue