This commit is contained in:
2025-08-11 15:52:59 +00:00
parent c3c4ba98a1
commit 28da892e75
3 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
{lib, pkgs, ...}: {
{
lib,
pkgs,
...
}: {
programs.zellij = {
enable = true;
enableFishIntegration = lib.mkDefault false;