correct shellAlias
This commit is contained in:
parent
d54c4da55e
commit
21845210dd
3 changed files with 42 additions and 29 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
home-manager = {
|
||||
backupFileExtension = "hm-backup";
|
||||
extraSpecialArgs = { inherit inputs system nix-version cursor-size; };
|
||||
users = { "danny" = import ../../../home; };
|
||||
users."danny" = { imports = [ ../../../home ]; };
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue