1
0
Fork 0

Revert "add icon themes"

This reverts commit 54437a63ef.
This commit is contained in:
Malte Brandy 2022-06-06 17:27:39 +02:00
parent b786d551cd
commit 1d3e05040e
3 changed files with 7 additions and 10 deletions

View file

@ -9,12 +9,12 @@ in {
gtk = {
enable = true;
iconTheme = {
name = "Flat-Remix-Blue-Light";
package = pkgs.flat-remix-icon-theme;
name = "Arc";
package = pkgs.arc-icon-theme;
};
theme = {
name = "Flat-Remix-GTK-Blue-Light-Solid";
package = pkgs.flat-remix-gtk;
name = "Arc";
package = pkgs.arc-theme;
};
gtk3.bookmarks = [
"ftp://fluffy.lo.m-0.eu"

View file

@ -124,8 +124,8 @@ in {
};
"org/gnome/desktop/interface" = {
gtk-theme = "Flat-Remix-GTK-Blue-Light-Solid";
icon-theme = "Flat-Remix-Blue-Light";
gtk-theme = "Arc";
icon-theme = "Arc";
document-font-name = "B612 9";
font-antialiasing = "rgba";
font-hinting = "slight";
@ -192,7 +192,7 @@ in {
};
"org/gnome/shell/extensions/user-theme" = {
name = "Flat-Remix-Blue-Light-fullPanel";
name = "Arc";
};
"system/locale" = {

View file

@ -104,9 +104,6 @@ self: super: {
wl-clipboard
nheko
dconf2nix
flat-remix-gtk
flat-remix-gnome
flat-remix-icon-theme
;
inherit
(self.gnomeExtensions)