Compare commits

..

No commits in common. "9af17e87ff1d2797c25993d33cfb2b12e66d3123" and "f8ef5a4cdb9ea095db8ff36fc435f9fc3cd6e6c3" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

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

View file

@ -3,12 +3,6 @@ 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"),