Compare commits

..

2 commits

Author SHA1 Message Date
9af17e87ff
wezterm: update gpu 2024-05-02 01:04:50 -04:00
5153cd5c0f
eww: update package 2024-05-02 01:02:49 -04:00
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
eww-wayland eww
playerctl playerctl
imagemagick imagemagick
]; ];

View file

@ -3,6 +3,12 @@ local wezterm = require("wezterm")
local config = { local config = {
front_end = "WebGpu", front_end = "WebGpu",
webgpu_preferred_adapter = {
backend = "Vulkan",
device_type = "DiscreteGpu",
name = "AMD Radeon RX 6750 XT (RADV NAVI22)",
},
color_scheme = "Tokyo Night", color_scheme = "Tokyo Night",
enable_wayland = false, enable_wayland = false,
font = wezterm.font("JetBrainsMono NF Medium"), font = wezterm.font("JetBrainsMono NF Medium"),