Add WHIB service #1

Merged
alex merged 11 commits from whib into main 2025-01-03 10:54:17 +01:00
Showing only changes of commit 94aef10d67 - Show all commits

View File

@@ -31,6 +31,11 @@
}; };
}; };
# Resize terminal to host terminal size
environment.loginShellInit = ''
${pkgs.xterm}/bin/resize
'';
environment.interactiveShellInit = '' environment.interactiveShellInit = ''
alias sd='sudo shutdown now' alias sd='sudo shutdown now'
''; '';