Stash pop

This commit is contained in:
Patrick Stevens
2024-11-15 00:10:47 +00:00
parent 233771f07d
commit f9172d159b

View File

@@ -45,7 +45,7 @@
];
environment.loginShellInit = ''
[[ "$(tty)" == /dev/tty1 ]] && sway
[[ "$(tty)" == /dev/tty1 ]] && export WLR_RENDER_NO_EXPLICIT_SYNC=1 && sway
'';
services.openssh.enable = true;