feat: add alias to turn my light off
This commit is contained in:
parent
aba7fa3e9f
commit
16a101833b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
shellAliases = {
|
||||
os-update = "nh os switch /home/rhea/nix-config/";
|
||||
os-upgrade = "cd ~/nix-config && nix flake update && nh os switch /home/rhea/nix-config/";
|
||||
light-off = "echo -n \"{\\\"id\\\":1,\\\"method\\\":\\\"setState\\\",\\\"params\\\":{\\\"state\\\":false}}\" | nc -u -w 1 192.168.178.28 38899";
|
||||
};
|
||||
|
||||
autosuggestion = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue