diff --git a/home/profiles/graphical/wezterm.nix b/home/profiles/graphical/wezterm.nix index 2d906114..79fc015b 100644 --- a/home/profiles/graphical/wezterm.nix +++ b/home/profiles/graphical/wezterm.nix @@ -1,10 +1,11 @@ { inputs, pkgs, ... }: { programs.wezterm = { enable = true; - package = inputs.wezterm.outputs.packages.${pkgs.system}.default; + #package = inputs.wezterm.outputs.packages.${pkgs.system}.default; extraConfig = '' local wezterm = require 'wezterm'; return { + front_end=‘WebGpu’, font = wezterm.font_with_fallback({ -- /nix/store/rh47mw5pfp7w2nmkn8rlwjkmkzf11prq-monaspace-1.000/share/fonts/opentype/MonaspaceKrypton-Regular.otf, FontConfig "Monaspace Krypton", diff --git a/nixos/profiles/gaming/lutris.nix b/nixos/profiles/gaming/lutris.nix index a92fc545..a1d1fee0 100644 --- a/nixos/profiles/gaming/lutris.nix +++ b/nixos/profiles/gaming/lutris.nix @@ -2,8 +2,6 @@ hardware.graphics = { enable32Bit = true; extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime amdvlk ]; extraPackages32 = with pkgs; [