mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-08 13:36:09 +00:00
remove zellij-switch
This commit is contained in:
@@ -41,8 +41,6 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
home.packages = [ pkgs.zellij-switch ];
|
||||
|
||||
programs.fish = {
|
||||
shellAbbrs.z = "zellij";
|
||||
functions = {
|
||||
@@ -170,7 +168,9 @@ in
|
||||
keybinds = {
|
||||
locked = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable) {
|
||||
# For servers that I SSH into, use c-a-G to unlock
|
||||
"bind \"Ctrl Alt G\"" = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable) {
|
||||
"bind \"Ctrl Alt G\"" =
|
||||
lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable)
|
||||
{
|
||||
SwitchToMode = {
|
||||
_args = [ "normal" ];
|
||||
};
|
||||
@@ -178,7 +178,9 @@ in
|
||||
};
|
||||
normal = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable) {
|
||||
# For servers that I SSH into, use c-a-G to lock
|
||||
"bind \"Ctrl Alt G\"" = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable) {
|
||||
"bind \"Ctrl Alt G\"" =
|
||||
lib.mkIf (pkgs.stdenv.hostPlatform.isLinux && !config.programs.ghostty.enable)
|
||||
{
|
||||
SwitchToMode = {
|
||||
_args = [ "locked" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user