This commit is contained in:
2025-08-11 15:29:11 +00:00
parent def3b1a34d
commit c3c4ba98a1
5 changed files with 47 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
{lib, pkgs, ...}: {
programs.zellij = {
enable = true;
enableFishIntegration = false;
enableFishIntegration = lib.mkDefault false;
settings = {
theme = "catppuccin-latte";
default_layout = "compact";