added two more workspaces, one for each monitor

autostarted floorp on youtube on the bg_noise workspace
autostarted alacritty on the main workspace

also fixed zellij not being set properly (again)
This commit is contained in:
Gabriella Bere 2025-05-06 19:58:08 +01:00
parent 61239c0f2b
commit 887735826b
2 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{...}: {
zellij = {
programs.zellij = {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
}
};
}