Add icon theme and font for gtk
This commit is contained in:
parent
bb8e7fafb7
commit
e296da564f
@ -107,6 +107,13 @@ in
|
||||
name = "Sweet-Dark";
|
||||
package = pkgs.sweet;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Sweet-Rainbow";
|
||||
};
|
||||
font = {
|
||||
name = "Fira Sans";
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
|
||||
services.mako.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user