Uninstall wezterm
This commit is contained in:
parent
4122379694
commit
890ac1e91c
6 changed files with 0 additions and 359 deletions
home
|
@ -16,7 +16,6 @@
|
|||
./utils.nix
|
||||
./vcs.nix
|
||||
./web.nix
|
||||
./wezterm.nix
|
||||
];
|
||||
|
||||
options.patagia.desktop.enable = lib.mkEnableOption "Desktop environment";
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./../../files/config/wezterm/wezterm.lua;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue