hypr changes

This commit is contained in:
Chris Cochrun 2022-11-09 16:35:39 -06:00
parent 3cc08d126c
commit f2d78c7fdd
8 changed files with 57 additions and 26 deletions

View file

@ -357,6 +357,7 @@ ark
ifuse
dash
brightnessctl
dunst
ttyper
kget
audacity
@ -669,6 +670,10 @@ Notice how I am including all of my software here. It may be a big file, but hav
environment.variables = {
<<env>>
VDPAU_DRIVER = lib.mkIf config.hardware.opengl.enable (lib.mkDefault "va_gl");
QT_QPA_PLATFORMTHEME = "qt5ct";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
QT_QPA_PLATFORM = "wayland;xcb";
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
};
# Define a user account. Don't forget to set a password with passwd.