adds zellij config

This commit is contained in:
Dennis Schoepf 2025-12-04 11:27:57 +01:00
parent 9bc47a8b13
commit 365b8bcd1d
3 changed files with 569 additions and 8 deletions

View file

@ -1,4 +1,9 @@
{ config, ... }:
{
xdg.configFile."zellij/config.kdl" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/zellij/config.kdl";
};
programs.zellij = {
enable = true;
enableFishIntegration = true;