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 {
|
config = mkIf config.components.gui.enable {
|
||||||
# todo extract xorg stuff to prepare wayland
|
# todo extract xorg stuff to prepare wayland
|
||||||
environment.enableAllTerminfo = true;
|
environment.enableAllTerminfo = true;
|
||||||
|
qt.platformTheme = "qt5ct";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -119,10 +119,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.copyq = {
|
||||||
#services.copyq = {
|
enable = true;
|
||||||
# enable = true;
|
};
|
||||||
#};
|
|
||||||
|
|
||||||
stylix.targets.i3.enable = true;
|
stylix.targets.i3.enable = true;
|
||||||
|
|
||||||
|
@ -182,7 +181,6 @@ in
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
keybindings =
|
keybindings =
|
||||||
let
|
let
|
||||||
cfg = config.xsession.windowManager.i3;
|
cfg = config.xsession.windowManager.i3;
|
||||||
|
|
|
@ -8,6 +8,7 @@ with lib;
|
||||||
(mkIf config.gui.enable {
|
(mkIf config.gui.enable {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
freetube
|
freetube
|
||||||
|
vlc
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue