zellij: remove old layout configuration
This commit is contained in:
parent
7de6837bb6
commit
512774da02
4 changed files with 0 additions and 226 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue