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, ... }: {
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",

View file

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