mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: persist dconf
This commit is contained in:
parent
c4e9c34769
commit
be9211f4f0
2 changed files with 6 additions and 7 deletions
|
@ -19,6 +19,7 @@ in {
|
|||
".cache/fontconfig"
|
||||
".cache/nix" # nix eval cache
|
||||
".cache/nix-index"
|
||||
".config/dconf" # some apps store their configuration using dconf
|
||||
]
|
||||
++ optionals nixosConfig.hardware.nvidia.modesetting.enable [
|
||||
".cache/nvidia" # GLCache
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 32;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
xresources.properties = {
|
||||
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
theme = {
|
||||
name = "WhiteSur-dark-solid";
|
||||
name = "WhiteSur-Dark-solid";
|
||||
package = pkgs.whitesur-gtk-theme;
|
||||
};
|
||||
|
||||
|
@ -49,12 +49,10 @@
|
|||
gtk4.extraConfig = gtk34extraConfig;
|
||||
};
|
||||
|
||||
home.sessionVariables.GTK_THEME = "WhiteSur-Dark-solid";
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = {
|
||||
name = "adwaita";
|
||||
package = pkgs.adwaita-qt;
|
||||
};
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue