rename default to lambdaOS for easier updates

This commit is contained in:
Noa Aarts 2024-04-12 12:18:49 +02:00
parent f757fdee59
commit 75ee69522f
2 changed files with 2 additions and 3 deletions

View file

@ -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";