seperated zellij out a bit more.

This commit is contained in:
Gabe Venberg 2024-03-23 00:14:22 -05:00
parent 8aa72da8aa
commit 1f7387e7b7
3 changed files with 10 additions and 135 deletions

10
nix/zellij/zellij.nix Normal file
View file

@ -0,0 +1,10 @@
{
config,
pkgs,
...
}: {
programs.zellij.enable = true;
home.file = {
".config/zellij/config.kdl".source = ./config.kdl;
};
}