This commit is contained in:
2025-10-08 21:35:50 +02:00
parent a2cb841039
commit 88a1e08e52
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
extraSpecialArgs = { extraSpecialArgs = {
username = p.username; username = p.username;
homeDirectory = p.homeDirectory; homeDirectory = p.homeDirectory;
name = p.name;
}; };
} }
); );

View File

@@ -2,6 +2,7 @@
config, config,
pkgs, pkgs,
username, username,
name,
homeDirectory, homeDirectory,
... ...
}: }:
@@ -41,7 +42,7 @@
c = "pwd | pbcopy"; c = "pwd | pbcopy";
k = "kubectl"; k = "kubectl";
vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${username}"; hm = "nix run home-manager/master -- switch --flake github:cupcakearmy/nix-cli/v3#${name} -b backup";
}; };
}; };