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
|
let
|
||||||
inherit (config.colorscheme) palette;
|
inherit (config.colorscheme) palette;
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
cfg = config.ooknet.multiplexer.zellij;
|
cfg = config.ooknet.multiplexer.zellij;
|
||||||
console = config.ooknet.console;
|
console = config.ooknet.console;
|
||||||
|
admin = osConfig.ooknet.host.admin;
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -12,7 +13,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "${config.colorscheme.slug}";
|
theme = "${config.colorscheme.slug}";
|
||||||
default_shell = "fish";
|
default_shell = "${admin.shell}";
|
||||||
default_layout = "default";
|
default_layout = "default";
|
||||||
pane_frames = false;
|
pane_frames = false;
|
||||||
themes = {
|
themes = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue