Compare commits
No commits in common. "1ba1511c69daab4a2e6451ccdfa4409a89b4d83b" and "a9a9eff3a3b713e2003dca3f811a187159c7ce79" have entirely different histories.
1ba1511c69
...
a9a9eff3a3
3 changed files with 2 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
venv/
|
venv/
|
||||||
.direnv
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./zellij
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.file = {
|
|
||||||
".config/zellij/config.kdl".source = ./config.kdl;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
pkgs.zellij
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue