We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf64a7 commit fca27d8Copy full SHA for fca27d8
home/denrei/common/core/zellij/default.nix
@@ -3,10 +3,12 @@
3
pkgs,
4
configVars,
5
...
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";
+}:
+{
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";
10
programs.zellij = {
- enable = true;
11
+ enable = false;
12
package = pkgs.zellij;
13
# enableBashIntegration = true;
14
# enableZshIntegration = true;
0 commit comments