improve update command
This commit is contained in:
parent
0bb6e8a81b
commit
f757fdee59
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
||||||
ll = "lsd -l";
|
ll = "lsd -l";
|
||||||
lt = "lsd -l --tree";
|
lt = "lsd -l --tree";
|
||||||
# TODO find if i can make these use the 'current' flake
|
# TODO find if i can make these use the 'current' flake
|
||||||
utest = "sudo nixos-rebuild test --flake $HOME/nixos#default";
|
update = "nix flake update --commit-lock-file $HOME/nixos#default && sudo nixos-rebuild switch --flake $HOME/nixos#default";
|
||||||
update = "sudo nixos-rebuild switch --flake $HOME/nixos#default";
|
|
||||||
};
|
};
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.dataHome}/zsh/history";
|
path = "${config.xdg.dataHome}/zsh/history";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue