All Sway config is now a module

This commit is contained in:
Yorick Barbanneau 2023-12-26 02:48:49 +01:00
parent 559a477e05
commit 8c62cc41d1
22 changed files with 685 additions and 662 deletions

View file

@ -0,0 +1,7 @@
{
programs.zsh.loginExtra = ''
if [ "$(tty)" = "/dev/tty1" ]; then
exec sway &> /dev/null
fi
'';
}