feat: fix koishi

This commit is contained in:
Kat Inskip 2024-10-25 18:13:22 -04:00
parent 30d0659b8f
commit 5448280ec8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 2 additions and 3 deletions

View file

@ -1,10 +1,11 @@
{ inputs, pkgs, ... }: { { inputs, pkgs, ... }: {
programs.wezterm = { programs.wezterm = {
enable = true; enable = true;
package = inputs.wezterm.outputs.packages.${pkgs.system}.default; #package = inputs.wezterm.outputs.packages.${pkgs.system}.default;
extraConfig = '' extraConfig = ''
local wezterm = require 'wezterm'; local wezterm = require 'wezterm';
return { return {
front_end=WebGpu,
font = wezterm.font_with_fallback({ font = wezterm.font_with_fallback({
-- /nix/store/rh47mw5pfp7w2nmkn8rlwjkmkzf11prq-monaspace-1.000/share/fonts/opentype/MonaspaceKrypton-Regular.otf, FontConfig -- /nix/store/rh47mw5pfp7w2nmkn8rlwjkmkzf11prq-monaspace-1.000/share/fonts/opentype/MonaspaceKrypton-Regular.otf, FontConfig
"Monaspace Krypton", "Monaspace Krypton",

View file

@ -2,8 +2,6 @@
hardware.graphics = { hardware.graphics = {
enable32Bit = true; enable32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
amdvlk amdvlk
]; ];
extraPackages32 = with pkgs; [ extraPackages32 = with pkgs; [