Changed to update-config; don't power off latop when screen closed

This commit is contained in:
Random936
2024-07-30 19:21:24 -07:00
parent 5304170d10
commit 79d452468f
2 changed files with 5 additions and 2 deletions

View File

@@ -15,9 +15,9 @@
cd = "z";
ls = "eza";
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
update-conf = "sudo nixos-rebuild switch --flake ~/dotfiles";
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
update-home = "home-manager switch --flake ~/dotfiles";
update-all = "update-conf && update-home";
update-all = "update-config && update-home";
};
initExtraBeforeCompInit = ''