feat(zellij): Added custom keybinds for zellij normal modes

This commit is contained in:
uttarayan21
2024-03-25 05:00:23 +05:30
parent b238d71cda
commit c6f326f64c
6 changed files with 123 additions and 16 deletions

6
modules/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{...}: {
imports = [
./goread.nix
./hyprpaper.nix
];
}