seperated zellij out a bit more.
This commit is contained in:
parent
8aa72da8aa
commit
1f7387e7b7
3 changed files with 10 additions and 135 deletions
10
nix/zellij/zellij.nix
Normal file
10
nix/zellij/zellij.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.zellij.enable = true;
|
||||
home.file = {
|
||||
".config/zellij/config.kdl".source = ./config.kdl;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue