Compare commits
2 commits
a9a9eff3a3
...
1ba1511c69
Author | SHA1 | Date | |
---|---|---|---|
|
1ba1511c69 | ||
|
a459a5f73d |
3 changed files with 11 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
venv/
|
||||
.direnv
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./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