mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-08 23:55:21 +08:00
impure for nixu and homeu
This commit is contained in:
parent
cc8e31ee2b
commit
54bcc38255
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
nixu = "nh os switch --ask";
|
||||
homeu = "nh home switch --ask";
|
||||
nixu = "nh os switch --ask --impure";
|
||||
homeu = "nh home switch --ask --impure";
|
||||
nixc = "doas systemctl start nh-clean.service";
|
||||
vim = "nvim";
|
||||
cd = "z";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue