From 5448280ec80a3aa70ef31a8614cac484eabba636 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 18:13:22 -0400 Subject: [PATCH] feat: fix koishi --- home/profiles/graphical/wezterm.nix | 3 ++- nixos/profiles/gaming/lutris.nix | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) 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; [