Instll steam and the zfs_clone_send / zfs_clone_recv scripts.

This commit is contained in:
Tom Alexander
2025-01-11 13:48:46 -05:00
parent af07d43c18
commit 1acf889c68
8 changed files with 106 additions and 7 deletions

View File

@@ -392,4 +392,11 @@ in
# For mounting drives in pcmanfm
services.gvfs.enable = true;
# Auto-launch sway
environment.loginShellInit = ''
# TODO: This shouldn't be shoe-horned into the sway config
doas iw dev wlan0 set power_save off
[[ "$(tty)" = "/dev/tty1" ]] && exec sway
'';
}