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 = { gtk = {
enable = true; enable = true;
iconTheme = { iconTheme = {
name = "Arc"; name = "Flat-Remix-Blue-Light";
package = pkgs.arc-icon-theme; package = pkgs.flat-remix-icon-theme;
}; };
theme = { theme = {
name = "Arc"; name = "Flat-Remix-GTK-Blue-Light-Solid";
package = pkgs.arc-theme; package = pkgs.flat-remix-gtk;
}; };
gtk3.bookmarks = [ gtk3.bookmarks = [
"ftp://fluffy.lo.m-0.eu" "ftp://fluffy.lo.m-0.eu"

View file

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

View file

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