Merge pull request #141 from DarkKirb/squash-theme-issues
Squash theme issues maybe
This commit is contained in:
commit
698d81cd9b
3 changed files with 4 additions and 4 deletions
|
@ -105,9 +105,9 @@ in {
|
||||||
networking.firewall.allowedUDPPorts = [22000];
|
networking.firewall.allowedUDPPorts = [22000];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pinentry-gtk2
|
pinentry-qt
|
||||||
];
|
];
|
||||||
programs.gnupg.agent.pinentryFlavor = "gtk2";
|
programs.gnupg.agent.pinentryFlavor = "qt";
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -140,6 +140,7 @@ in {
|
||||||
export GDK_DPI_SCALE=1
|
export GDK_DPI_SCALE=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
'';
|
'';
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_border none
|
default_border none
|
||||||
|
|
|
@ -38,7 +38,6 @@ in {
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gnome";
|
|
||||||
style = {
|
style = {
|
||||||
name = "Breeze";
|
name = "Breeze";
|
||||||
package = pkgs.libsForQt5.breeze-qt5;
|
package = pkgs.libsForQt5.breeze-qt5;
|
||||||
|
@ -201,7 +200,7 @@ in {
|
||||||
client.background ${cssColor base}
|
client.background ${cssColor base}
|
||||||
seat seat0 xcursor_theme breeze-dark 24
|
seat seat0 xcursor_theme breeze-dark 24
|
||||||
'';
|
'';
|
||||||
home.packages = with pkgs; [ libsForQt5.breeze-icons vanilla-dmz ];
|
home.packages = with pkgs; [ libsForQt5.breeze-icons libsForQt5.qt5ct vanilla-dmz ];
|
||||||
|
|
||||||
programs.foot.settings.colors = with theme; {
|
programs.foot.settings.colors = with theme; {
|
||||||
alpha = 0.9;
|
alpha = 0.9;
|
||||||
|
|
Loading…
Reference in a new issue