add: zellij config - default layout
This commit is contained in:
parent
5379ea4d15
commit
b848f9d893
2 changed files with 6 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "${colorscheme.slug}";
|
theme = "${colorscheme.slug}";
|
||||||
|
default_layout = "compact";
|
||||||
|
pane_frames = false;
|
||||||
themes = {
|
themes = {
|
||||||
"${colorscheme.slug}" = {
|
"${colorscheme.slug}" = {
|
||||||
fg = "#${colors.base05}";
|
fg = "#${colors.base05}";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
inherit (config.colorscheme) colors;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue