sway: Make QT applications dark
This commit is contained in:
parent
171312e043
commit
d3eb9e25c3
@ -45,7 +45,11 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
qt5.style = "adwaita-dark";
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ adwaita-qt ];
|
||||
sessionVariables = {
|
||||
# sway
|
||||
#"_JAVA_AWT_NONREPARENTING" = 1;
|
||||
|
||||
@ -55,6 +59,7 @@ in {
|
||||
"ELM_ENGINE" = "wayland-egl";
|
||||
"SDL_VIDEODRIVER" = "wayland";
|
||||
};
|
||||
};
|
||||
|
||||
programs.sway.enable = true;
|
||||
home-manager.users."${config.ptw.system.singleUser}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user