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;
|
||||
settings = {
|
||||
theme = "${colorscheme.slug}";
|
||||
default_layout = "compact";
|
||||
pane_frames = false;
|
||||
themes = {
|
||||
"${colorscheme.slug}" = {
|
||||
fg = "#${colors.base05}";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
inherit (config.colorscheme) colors;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
alsa-utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue