diff --git a/home/ooks/base/shell/cli/zellij.nix b/home/ooks/base/shell/cli/zellij.nix index e50d027..39cf0da 100644 --- a/home/ooks/base/shell/cli/zellij.nix +++ b/home/ooks/base/shell/cli/zellij.nix @@ -9,6 +9,8 @@ in enable = true; settings = { theme = "${colorscheme.slug}"; + default_layout = "compact"; + pane_frames = false; themes = { "${colorscheme.slug}" = { fg = "#${colors.base05}"; diff --git a/home/ooks/features/essentials/music.nix b/home/ooks/features/essentials/music.nix index 2f59e43..86b53a6 100644 --- a/home/ooks/features/essentials/music.nix +++ b/home/ooks/features/essentials/music.nix @@ -1,4 +1,7 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: +let + inherit (config.colorscheme) colors; +in { home.packages = with pkgs; [ alsa-utils