mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +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 = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
nixu = "nh os switch --ask";
|
nixu = "nh os switch --ask --impure";
|
||||||
homeu = "nh home switch --ask";
|
homeu = "nh home switch --ask --impure";
|
||||||
nixc = "doas systemctl start nh-clean.service";
|
nixc = "doas systemctl start nh-clean.service";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue