mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:16:14 +01:00
path fix
This commit is contained in:
@@ -44,8 +44,7 @@
|
|||||||
mike = home-manager.lib.homeManagerConfiguration {
|
mike = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
(./. + ("/" + systemSettings.profile)
|
./home.nix
|
||||||
+ "/configuration.nix")
|
|
||||||
];
|
];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
|
|||||||
Reference in New Issue
Block a user