correct shellAlias

This commit is contained in:
DACHXY 2024-12-31 12:33:21 +08:00
parent d54c4da55e
commit 21845210dd
3 changed files with 42 additions and 29 deletions

View file

@ -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 ]; };
};
}