Skip to content

Commit 991c169

Browse files
committed
fix(nix): use correct username for aerospace
1 parent c3fbbe4 commit 991c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/darwin/desktop/aerospace/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in {
1717
casks = ["nikitabobko/tap/aerospace"];
1818
};
1919

20-
home-manager.users.${config.user} = {
20+
home-manager.users.${config.custom.user.name} = {
2121
xdg.configFile."aerospace/aerospace.toml".source = ./aerospace.toml;
2222
};
2323
};

0 commit comments

Comments
 (0)