forked from irl/nix-configs
fix: use new per-system target for hms alias
This commit is contained in:
parent
f655c56b22
commit
c03c840154
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ in
|
|||
];
|
||||
home.shellAliases = {
|
||||
hms =
|
||||
"home-manager switch --flake ~/.config/nix-configs#irl" + (if cfg.gui-packages then "-gui" else "");
|
||||
"home-manager switch --flake ~/.config/nix-configs#irl"
|
||||
+ (if cfg.gui-packages then "-gui" else "")
|
||||
+ "-${pkgs.system}";
|
||||
};
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue