Skip to content

Commit fca27d8

Browse files
committed
feat: disable zellij
1 parent 8cf64a7 commit fca27d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

home/denrei/common/core/zellij/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
pkgs,
44
configVars,
55
...
6-
}: {
7-
xdg.configFile."zellij/config.kdl".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/nix-config/home/${configVars.username}/common/core/zellij/config.kdl";
6+
}:
7+
{
8+
xdg.configFile."zellij/config.kdl".source =
9+
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Projects/nix-config/home/${configVars.username}/common/core/zellij/config.kdl";
810
programs.zellij = {
9-
enable = true;
11+
enable = false;
1012
package = pkgs.zellij;
1113
# enableBashIntegration = true;
1214
# enableZshIntegration = true;

0 commit comments

Comments
 (0)