zellij: remove old layout configuration

This commit is contained in:
ooks-io 2025-01-21 13:38:57 +11:00
parent 7de6837bb6
commit 512774da02
4 changed files with 0 additions and 226 deletions

View file

@ -10,8 +10,6 @@
inherit (lib) mkIf getExe elem;
inherit (builtins) attrValues;
inherit (osConfig.networking) hostName;
inherit (osConfig.ooknet.console.tools) zellij;
inherit (osConfig.ooknet.console) multiplexer;
inherit (osConfig.ooknet.workstation) profiles;
inherit (osConfig.age.secrets) spotify_key;
inherit (config.ooknet) binds;
@ -111,9 +109,5 @@ in {
}
'';
};
home.shellAliases = mkIf (zellij.enable || multiplexer == "zellij") {
zjm = "zellij --layout music";
};
};
}