trying to unfuck gfx

This commit is contained in:
Matt Nish-Lapidus 2024-12-21 15:35:54 -05:00
parent c308a203bf
commit b607388df6
7 changed files with 177 additions and 14 deletions

View file

@ -54,6 +54,7 @@
bison
mesa
neofetch
nvd
xwayland
nitch
ripgrep-all
@ -69,6 +70,12 @@
gst_all_1.gstreamer
alsa-oss
powertop
nix-du
# nvtopPackages.amd
# nvtopPackages.nvidia
usbutils
pciutils
util-linux
@ -460,6 +467,7 @@
};
wezterm = {
enable = true;
package = inputs.wezterm.packages.${pkgs.system}.default;
};
bat = {
enable = true;
@ -610,9 +618,9 @@
systemd.user = {
enable = true;
startServices = "sd-switch";
startServices = "sd-switch"; # auto reload services when home is rebuilt
sessionVariables = {
GSK_RENDERER = "gl";
GSK_RENDERER = "ngl";
MOZ_ENABLE_WAYLAND = 1;
};
services.ulauncher = {