Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 07:00:22 +02:00
committed by GitHub
parent a9714ea7d4
commit 7b2d2c5372

View File

@@ -34,20 +34,20 @@
picture-uri-dark = "${wallpaper}";
};
};
programs = {
gtk = {
enable = true;
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
gtk = {
enable = true;
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
};
programs = {
bash = {
enable = true;
shellAliases = {