chore: change gtk icon theme
This commit is contained in:
parent
b6d7635ce0
commit
ec800c7394
1 changed files with 2 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
package = pkgs.gruvbox-plus-icons;
|
||||
name = "Gruvbox-Plus-Dark";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
|
@ -15,5 +15,4 @@
|
|||
platformTheme.name = "gtk";
|
||||
style = {name = "Fusion";};
|
||||
};
|
||||
home.packages = with pkgs; [libsForQt5.breeze-qt5];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue