rename default to lambdaOS for easier updates
This commit is contained in:
parent
f757fdee59
commit
75ee69522f
2 changed files with 2 additions and 3 deletions
|
|
@ -14,8 +14,7 @@
|
|||
shellAliases = {
|
||||
ll = "lsd -l";
|
||||
lt = "lsd -l --tree";
|
||||
# TODO find if i can make these use the 'current' flake
|
||||
update = "nix flake update --commit-lock-file $HOME/nixos#default && sudo nixos-rebuild switch --flake $HOME/nixos#default";
|
||||
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
||||
};
|
||||
history = {
|
||||
path = "${config.xdg.dataHome}/zsh/history";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue