Add z790prors top level home manager config
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -47,6 +47,17 @@
|
|||||||
/home/johno/.config/home-manager/home-nix-book.nix
|
/home/johno/.config/home-manager/home-nix-book.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"johno@z790prors-nix" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
|
||||||
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
modules = [
|
||||||
|
inputs.hyprland.homeManagerModules.default
|
||||||
|
/home/johno/.config/home-manager/home-z790prors.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user