hypr changes
This commit is contained in:
parent
3cc08d126c
commit
f2d78c7fdd
8 changed files with 57 additions and 26 deletions
|
@ -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’.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue