Compare commits

..

No commits in common. "1ba1511c69daab4a2e6451ccdfa4409a89b4d83b" and "a9a9eff3a3b713e2003dca3f811a187159c7ce79" have entirely different histories.

3 changed files with 2 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
venv/
.direnv

View file

@ -1,6 +1,7 @@
{
imports = [
./alacritty
./zellij
];
}

View file

@ -1,9 +0,0 @@
{pkgs, ...}: {
home.file = {
".config/zellij/config.kdl".source = ./config.kdl;
};
home.packages = [
pkgs.zellij
];
}