dend: wip home
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.unstable-overlay = {
|
||||
nixpkgs.overlays = [
|
||||
self.overlays.unstable
|
||||
];
|
||||
};
|
||||
flake.homeModules.unstable-overlay = {
|
||||
nixpkgs.overlays = [
|
||||
self.overlays.unstable
|
||||
];
|
||||
};
|
||||
flake.overlays.unstable = final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = prev.system;
|
||||
|
||||
Reference in New Issue
Block a user