mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
gtk overide hypr
This commit is contained in:
parent
c22a29d7e5
commit
14872ba3a9
1 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, inputs, unstablePkgs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# Enable Hyprland and XWayland
|
||||
|
|
@ -551,7 +556,7 @@
|
|||
};
|
||||
home.sessionVariables = {
|
||||
#QT_QPA_PLATFORMTHEME = "gtk"; # Required for Qt apps like VLC
|
||||
QT_STYLE_OVERRIDE = "gtk";
|
||||
QT_STYLE_OVERRIDE = "qt5gtk2";
|
||||
};
|
||||
|
||||
# Fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue