Compare commits
No commits in common. "c4c95b47896a2af7782c629f0b54e0a83fd7aacb" and "1dbd2b876c7d3992464314d2f771a11af79a3cc4" have entirely different histories.
c4c95b4789
...
1dbd2b876c
2 changed files with 5 additions and 9 deletions
|
@ -42,6 +42,8 @@ in {
|
|||
"/r" = any "/run";
|
||||
"/rc" = any "/run/current-system";
|
||||
|
||||
ip = "tailscale ip --4";
|
||||
|
||||
reboot = "systemctl reboot";
|
||||
restart = "systemctl reboot";
|
||||
poweroff = "systemctl poweroff";
|
||||
|
@ -103,6 +105,7 @@ in {
|
|||
jcsf = "journalctl --system --follow";
|
||||
jcsfu = "journalctl --system --follow --unit";
|
||||
jcsi = "journalctl --system --identifier";
|
||||
jcst = "journalctl --system --target";
|
||||
jcsu = "journalctl --system --unit";
|
||||
jcu = "journalctl --user";
|
||||
jcue = "journalctl --user --pager-end";
|
||||
|
@ -110,6 +113,7 @@ in {
|
|||
jcuf = "journalctl --user --follow";
|
||||
jcufu = "journalctl --user --follow --unit";
|
||||
jcui = "journalctl --user --identifier";
|
||||
jcut = "journalctl --user --target";
|
||||
jcuu = "journalctl --user --unit";
|
||||
|
||||
k = "kitten";
|
||||
|
@ -159,12 +163,6 @@ in {
|
|||
td = "tmux detach";
|
||||
tk = "tmux kill-session";
|
||||
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 = ''
|
||||
|
|
|
@ -22,9 +22,7 @@
|
|||
|
||||
steam = {
|
||||
enable = true;
|
||||
|
||||
# BUG: Causes SteamOS crash when emulating scroll wheel in-game
|
||||
#// extest = true;
|
||||
extest = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue