feat(hyprland): make zellij open when terminal opens
This commit is contained in:
parent
7e122ec3c9
commit
e1337e0f99
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.cli.multiplexer == "zellij") {
|
||||
home.sessionVariables.multiplexer = "zellij -c";
|
||||
home.sessionVariables.MULTIPLEXER = "zellij";
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue