autostarted floorp on youtube on the bg_noise workspace autostarted alacritty on the main workspace also fixed zellij not being set properly (again)
8 lines
152 B
Nix
8 lines
152 B
Nix
{...}: {
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
exitShellOnExit = true;
|
|
attachExistingSession = true;
|
|
};
|
|
}
|