This commit is contained in:
KoenDR06 2025-02-27 16:59:02 +01:00
parent 6f9fdca876
commit 5ad8529721
7 changed files with 118 additions and 2 deletions

View file

@ -17,9 +17,17 @@ in {
config = {
home-manager = {
extraSpecialArgs = {inherit inputs outputs;};
extraSpecialArgs = { inherit inputs outputs; };
users.horseman = {
home.stateVersion = "24.11";
home = {
username = "horseman";
homeDirectory = "/home/horseman";
stateVersion = "24.11";
};
programs = {
home-manager.enable = true;
};
};
};