feat: add some aliases
This commit is contained in:
parent
8249b5921d
commit
0a172a363a
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
||||||
os-update = "nh os switch /home/rhea/nix-config/";
|
os-update = "nh os switch /home/rhea/nix-config/";
|
||||||
os-upgrade = "cd ~/nix-config && nix flake 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";
|
light-off = "echo -n \"{\\\"id\\\":1,\\\"method\\\":\\\"setState\\\",\\\"params\\\":{\\\"state\\\":false}}\" | nc -u -w 1 192.168.178.28 38899";
|
||||||
|
clr = "clear";
|
||||||
|
power-saver = "powerprofilesctl set power-saver";
|
||||||
|
power-balanced = "powerprofilesctl set balanced";
|
||||||
|
power-performance = "powerprofilesctl set performance";
|
||||||
};
|
};
|
||||||
|
|
||||||
autosuggestion = {
|
autosuggestion = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue