feat(home): disable zellij zsh integration on home-server
This commit is contained in:
parent
bca5bc2ab1
commit
23c7e0a811
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./shell ./editors/lsp.nix ./editors/helix ./git.nix ];
|
imports = [ ./shell ./editors/lsp.nix ./editors/helix ./git.nix ];
|
||||||
|
@ -19,6 +19,8 @@
|
||||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
programs.zellij.enableZshIntegration = lib.mkForce false;
|
||||||
|
|
||||||
programs.ssh.enable = true;
|
programs.ssh.enable = true;
|
||||||
|
|
||||||
programs.git.defaultProfile = "private";
|
programs.git.defaultProfile = "private";
|
||||||
|
|
Loading…
Reference in a new issue