Fixed config issues after version update

This commit is contained in:
2026-06-02 13:32:16 +01:00
parent 5b4d807c4b
commit 4a05717387
2 changed files with 7 additions and 5 deletions
-1
View File
@@ -10,7 +10,6 @@
}: let
in {
home.packages = [
pkgs.bitwarden-desktop
pkgs.babashka
pkgs.bat-extras.batman
pkgs.bat-extras.batdiff
+7 -4
View File
@@ -33,10 +33,13 @@
gtk-application-prefer-dark-theme=1
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
gtk4 = {
theme = config.gtk.theme;
extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
};
};