term: Added zellij
nix config
This commit is contained in:
parent
a459a5f73d
commit
1ba1511c69
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
|
./zellij
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
9
term/zellij/default.nix
Normal file
9
term/zellij/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.file = {
|
||||||
|
".config/zellij/config.kdl".source = ./config.kdl;
|
||||||
|
};
|
||||||
|
|
||||||
|
home.packages = [
|
||||||
|
pkgs.zellij
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue