feat(home): Auto open tmux on login
This commit is contained in:
parent
8e1a1ab478
commit
7143545248
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in {
|
||||||
else 2;
|
else 2;
|
||||||
in [
|
in [
|
||||||
(lib.getExe config.programs.waybar.package)
|
(lib.getExe config.programs.waybar.package)
|
||||||
"[workspace 1 silent] $terminal"
|
"[workspace 1 silent] $terminal -e tmux new -s main -A"
|
||||||
"[workspace ${toString browserWs} silent] $browser"
|
"[workspace ${toString browserWs} silent] $browser"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue