Uninstall wezterm

This commit is contained in:
Daniel Lundin 2024-10-23 09:39:04 +02:00
parent 4122379694
commit 890ac1e91c
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
6 changed files with 0 additions and 359 deletions
home/dln

View file

@ -5,10 +5,6 @@
};
home.packages = with pkgs; [
# audacity
# bitwig-studio
# helvum
# reaper
cameractrls-gtk4
dynamic-wallpaper
gimp-with-plugins
@ -49,22 +45,5 @@
terminal = false;
type = "Application";
};
wezterm-nemo = {
categories = [
"System"
"TerminalEmulator"
];
exec = "wezterm start --class=org.wezfurlong.wezterm-nemo --domain=nemo";
genericName = "wezterm-nemo";
icon = "org.wezfurlong.wezterm";
name = "wezterm-nemo";
settings = {
StartupWMClass = "org.wezfurlong.wezterm-nemo";
TryExec = "wezterm";
};
terminal = false;
type = "Application";
};
};
}