Compare commits
2 commits
1dbd2b876c
...
c4c95b4789
Author | SHA1 | Date | |
---|---|---|---|
c4c95b4789 | |||
1b2d7d7eef |
2 changed files with 9 additions and 5 deletions
|
@ -42,8 +42,6 @@ in {
|
||||||
"/r" = any "/run";
|
"/r" = any "/run";
|
||||||
"/rc" = any "/run/current-system";
|
"/rc" = any "/run/current-system";
|
||||||
|
|
||||||
ip = "tailscale ip --4";
|
|
||||||
|
|
||||||
reboot = "systemctl reboot";
|
reboot = "systemctl reboot";
|
||||||
restart = "systemctl reboot";
|
restart = "systemctl reboot";
|
||||||
poweroff = "systemctl poweroff";
|
poweroff = "systemctl poweroff";
|
||||||
|
@ -105,7 +103,6 @@ in {
|
||||||
jcsf = "journalctl --system --follow";
|
jcsf = "journalctl --system --follow";
|
||||||
jcsfu = "journalctl --system --follow --unit";
|
jcsfu = "journalctl --system --follow --unit";
|
||||||
jcsi = "journalctl --system --identifier";
|
jcsi = "journalctl --system --identifier";
|
||||||
jcst = "journalctl --system --target";
|
|
||||||
jcsu = "journalctl --system --unit";
|
jcsu = "journalctl --system --unit";
|
||||||
jcu = "journalctl --user";
|
jcu = "journalctl --user";
|
||||||
jcue = "journalctl --user --pager-end";
|
jcue = "journalctl --user --pager-end";
|
||||||
|
@ -113,7 +110,6 @@ in {
|
||||||
jcuf = "journalctl --user --follow";
|
jcuf = "journalctl --user --follow";
|
||||||
jcufu = "journalctl --user --follow --unit";
|
jcufu = "journalctl --user --follow --unit";
|
||||||
jcui = "journalctl --user --identifier";
|
jcui = "journalctl --user --identifier";
|
||||||
jcut = "journalctl --user --target";
|
|
||||||
jcuu = "journalctl --user --unit";
|
jcuu = "journalctl --user --unit";
|
||||||
|
|
||||||
k = "kitten";
|
k = "kitten";
|
||||||
|
@ -163,6 +159,12 @@ in {
|
||||||
td = "tmux detach";
|
td = "tmux detach";
|
||||||
tk = "tmux kill-session";
|
tk = "tmux kill-session";
|
||||||
tl = "tmux list-sessions";
|
tl = "tmux list-sessions";
|
||||||
|
|
||||||
|
ts = "tailscale";
|
||||||
|
tsip = "tailscale ip --4";
|
||||||
|
|
||||||
|
zt = "sudo zerotier-cli";
|
||||||
|
ztip = "sudo zerotier-cli get $(sudo zerotier-cli -j listnetworks | jq -r .[-1].id) ip";
|
||||||
};
|
};
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
|
@ -22,7 +22,9 @@
|
||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extest = true;
|
|
||||||
|
# BUG: Causes SteamOS crash when emulating scroll wheel in-game
|
||||||
|
#// extest = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue