Changed some ZSH stuff

This commit is contained in:
KoenDR06 2024-08-29 13:22:31 +02:00
parent d0e206186d
commit 9ebb18cef5

View file

@ -11,7 +11,9 @@
enableCompletion = true; enableCompletion = true;
shellAliases = { shellAliases = {
update = "sudo nixos-rebuild switch --flake"; wd = "wd --config ~/nix-config/config/.warprc";
rebuild = "sudo nixos-rebuild switch --flake";
update = "sudo nix flake update && rebuild";
compose = "sudo docker compose"; compose = "sudo docker compose";
wolpc = config.sops.templates."zshwolpc".content; wolpc = config.sops.templates."zshwolpc".content;
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma.nix"; capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma.nix";