From 9ca1072e0035236056475afff4baab66f63f1882 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 3 Jan 2025 19:40:03 +0100 Subject: [PATCH] rename nemo -> devel for ghostty+ssh --- home/common/ghostty.nix | 22 +++++++++++----------- home/dln/home.nix | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index cf72219..11a8608 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -114,7 +114,7 @@ ''; genericName = "Ghostty Secondary"; icon = "com.mitchellh.ghostty"; - name = "Ghostty (nemo)"; + name = "Ghostty (devel)"; settings = { StartupWMClass = "com.mitchellh.ghostty-secondary"; TryExec = "ghostty"; @@ -123,38 +123,38 @@ type = "Application"; }; - ghostty-nemo = { + ghostty-devel = { categories = [ "System" "TerminalEmulator" ]; exec = '' - ghostty --class=com.mitchellh.ghostty-nemo --command="ssh -t nemo" --initial-command="ssh -t nemo nvim-remote" + ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote" ''; - genericName = "Ghostty (nemo)"; + genericName = "Ghostty (devel)"; icon = "com.mitchellh.ghostty"; - name = "Ghostty (nemo)"; + name = "Ghostty (devel)"; settings = { - StartupWMClass = "com.mitchellh.ghostty-nemo"; + StartupWMClass = "com.mitchellh.ghostty-devel"; TryExec = "ghostty"; }; terminal = false; type = "Application"; }; - ghostty-nemo-secondary = { + ghostty-devel-secondary = { categories = [ "System" "TerminalEmulator" ]; exec = '' - ghostty --class=com.mitchellh.ghostty-nemo-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t nemo" --initial-command="ssh -t nemo nvim-remote" + ghostty --class=com.mitchellh.ghostty-devel-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote" ''; - genericName = "Ghostty Secondary (nemo)"; + genericName = "Ghostty Secondary (devel)"; icon = "com.mitchellh.ghostty"; - name = "Ghostty (nemo)"; + name = "Ghostty (devel)"; settings = { - StartupWMClass = "com.mitchellh.ghostty-nemo-secondary"; + StartupWMClass = "com.mitchellh.ghostty-devel-secondary"; TryExec = "ghostty"; }; terminal = false; diff --git a/home/dln/home.nix b/home/dln/home.nix index 4ec8164..5e9a82d 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -164,12 +164,12 @@ in ''; programs.ssh.matchBlocks = { - dev = { + dev-old = { hostname = "10.1.100.16"; forwardAgent = true; }; - nemo = { + devel = { hostname = "10.1.100.20"; forwardAgent = true; localForwards = [