feat: add configuration for dotfiles-test in home-manager
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@@ -92,6 +92,16 @@
|
|||||||
hostname = "mennos-hobbypc";
|
hostname = "mennos-hobbypc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"dotfiles-test" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
modules = [ ./home.nix ];
|
||||||
|
extraSpecialArgs = {
|
||||||
|
inherit pkgs pkgs-unstable;
|
||||||
|
isServer = true;
|
||||||
|
hostname = "dotfiles-test";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user