Compare commits
2 commits
f8ef5a4cdb
...
9af17e87ff
Author | SHA1 | Date | |
---|---|---|---|
9af17e87ff | |||
5153cd5c0f |
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
eww-wayland
|
||||
eww
|
||||
playerctl
|
||||
imagemagick
|
||||
];
|
||||
|
|
|
@ -3,6 +3,12 @@ local wezterm = require("wezterm")
|
|||
local config = {
|
||||
|
||||
front_end = "WebGpu",
|
||||
webgpu_preferred_adapter = {
|
||||
backend = "Vulkan",
|
||||
device_type = "DiscreteGpu",
|
||||
name = "AMD Radeon RX 6750 XT (RADV NAVI22)",
|
||||
},
|
||||
|
||||
color_scheme = "Tokyo Night",
|
||||
enable_wayland = false,
|
||||
font = wezterm.font("JetBrainsMono NF Medium"),
|
||||
|
|
Loading…
Reference in a new issue