diff --git a/modules/home/programs/wezterm/default.nix b/modules/home/programs/wezterm/default.nix index ca9e643..deb6e02 100644 --- a/modules/home/programs/wezterm/default.nix +++ b/modules/home/programs/wezterm/default.nix @@ -22,8 +22,8 @@ in programs.wezterm = { enable = true; - # Non-NixOS Linux systems don't have proper GPU integration, so we - # unfortunately need to use the native package manager version. + # Generic linux: NixGL makes Wezterm shit the bed for some reason. + # macOS: Prefer brew cask so a proper Applications shortcut is made. package = mkIf isNotNixOS pkgs.emptyDirectory; # TODO: create `local config` & return it seperately, so other modules can