From 2cb0384ac1bdb322bc1d152d4ff42ffb6d9a75ab Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 13:19:12 +0200 Subject: [PATCH] Should probably use consistent naming --- home-manager/shared/shell/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index a49f915..3b656c2 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -5,7 +5,7 @@ ... }: let config = - pkgs.writeText "zellij.kdl" + pkgs.writeText "config.kdl" '' session_serialization true theme "catppuccin-macchiato"