nixconf/home-manager/zellij.nix
Gabriella Bere 887735826b 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)
2025-05-06 19:58:08 +01:00

8 lines
152 B
Nix

{...}: {
programs.zellij = {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
};
}