feat(home:zellij): use admin.shell for default_shell
This commit is contained in:
parent
2552b9b78e
commit
c78687de2d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{ osConfig, lib, config, pkgs, ... }:
|
||||
let
|
||||
inherit (config.colorscheme) palette;
|
||||
inherit (lib) mkIf;
|
||||
cfg = config.ooknet.multiplexer.zellij;
|
||||
console = config.ooknet.console;
|
||||
admin = osConfig.ooknet.host.admin;
|
||||
in
|
||||
|
||||
{
|
||||
|
|
@ -12,7 +13,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
theme = "${config.colorscheme.slug}";
|
||||
default_shell = "fish";
|
||||
default_shell = "${admin.shell}";
|
||||
default_layout = "default";
|
||||
pane_frames = false;
|
||||
themes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue