Merge pull request #141 from DarkKirb/squash-theme-issues

Squash theme issues maybe
This commit is contained in:
Charlotte 🦝 Delenk 2023-01-11 20:57:39 +01:00 committed by GitHub
commit 698d81cd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -105,9 +105,9 @@ in {
networking.firewall.allowedUDPPorts = [22000];
environment.systemPackages = with pkgs; [
pinentry-gtk2
pinentry-qt
];
programs.gnupg.agent.pinentryFlavor = "gtk2";
programs.gnupg.agent.pinentryFlavor = "qt";
xdg.portal = {
enable = true;

View file

@ -140,6 +140,7 @@ in {
export GDK_DPI_SCALE=1
export MOZ_ENABLE_WAYLAND=1
export _JAVA_AWT_WM_NONREPARENTING=1
export QT_QPA_PLATFORMTHEME=qt5ct
'';
extraConfig = ''
default_border none

View file

@ -38,7 +38,6 @@ in {
};
qt = {
enable = true;
platformTheme = "gnome";
style = {
name = "Breeze";
package = pkgs.libsForQt5.breeze-qt5;
@ -201,7 +200,7 @@ in {
client.background ${cssColor base}
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; {
alpha = 0.9;