Archived
IPA users (e.g. wayne@) don't get Home Manager so the aliases defined in aliases.nix were invisible to them. Move Switch-nix, Test-nix, and buildImage into programs.bash in configuration.nix so every user on every host gets them via /etc/bashrc. Stub out aliases.nix for future per-user HM-only additions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
219 B
Nix
8 lines
219 B
Nix
_:
|
|
|
|
{
|
|
# Switch-nix, Test-nix, and buildImage are defined system-wide in
|
|
# modules/common/configuration.nix so all users (including IPA accounts)
|
|
# get them. Add any Home-Manager-only per-user shell config here.
|
|
}
|