Changes
This commit is contained in:
parent
6f9fdca876
commit
5ad8529721
7 changed files with 118 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue