fix qt theme problem with the Tray Icon
This commit is contained in:
parent
810d653a86
commit
43f3d86ed5
3 changed files with 6 additions and 5 deletions
|
@ -25,5 +25,7 @@ with lib;
|
|||
config = mkIf config.components.gui.enable {
|
||||
# todo extract xorg stuff to prepare wayland
|
||||
environment.enableAllTerminfo = true;
|
||||
qt.platformTheme = "qt5ct";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -119,10 +119,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
#services.copyq = {
|
||||
# enable = true;
|
||||
#};
|
||||
services.copyq = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
stylix.targets.i3.enable = true;
|
||||
|
||||
|
@ -182,7 +181,6 @@ in
|
|||
)
|
||||
];
|
||||
|
||||
|
||||
keybindings =
|
||||
let
|
||||
cfg = config.xsession.windowManager.i3;
|
||||
|
|
|
@ -8,6 +8,7 @@ with lib;
|
|||
(mkIf config.gui.enable {
|
||||
home.packages = [
|
||||
freetube
|
||||
vlc
|
||||
];
|
||||
})
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue