1
0
Fork 0

add icon themes

This commit is contained in:
Malte Brandy 2022-06-04 23:03:08 +02:00
parent 81bf9ab7ad
commit 54437a63ef
3 changed files with 10 additions and 7 deletions

View file

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

View file

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

View file

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