Corrected a mistake in pkgs/zsh.nix
This commit is contained in:
parent
e912a3d2f2
commit
7ebad2847f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
update = "sudo nixos-rebuild switch --flake";
|
update = "sudo nixos-rebuild switch --flake";
|
||||||
compose = "sudo docker compose";
|
compose = "sudo docker compose";
|
||||||
wolpc = "wakeonlan D8:5E:D3:A8:B1:0";
|
wolpc = "wakeonlan D8:5E:D3:A8:B1:0";
|
||||||
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma-conf.txt"
|
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma-conf.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
ohMyZsh = {
|
ohMyZsh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue