fix icon packs
This commit is contained in:
parent
54aa4a3414
commit
90e29fe3cb
1 changed files with 9 additions and 0 deletions
|
|
@ -110,6 +110,15 @@ in
|
|||
x11.enable = true;
|
||||
};
|
||||
|
||||
# Configure GTK icon theme
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
};
|
||||
|
||||
# GNOME Shell extensions
|
||||
home.packages = with pkgs; [
|
||||
gnomeExtensions.hide-top-bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue