add: zellij config - default layout

This commit is contained in:
ooks-io 2023-12-06 23:27:37 +13:00
parent 5379ea4d15
commit b848f9d893
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,8 @@ in
enable = true;
settings = {
theme = "${colorscheme.slug}";
default_layout = "compact";
pane_frames = false;
themes = {
"${colorscheme.slug}" = {
fg = "#${colors.base05}";

View file

@ -1,4 +1,7 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
let
inherit (config.colorscheme) colors;
in
{
home.packages = with pkgs; [
alsa-utils