mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Moving to dark theme. Fixed icon theme name reference.
This commit is contained in:
parent
25be5d58d9
commit
44055541bf
1 changed files with 2 additions and 2 deletions
|
|
@ -36,11 +36,11 @@
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Arc";
|
name = "Numix-Square";
|
||||||
package = pkgs.numix-icon-theme-square;
|
package = pkgs.numix-icon-theme-square;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Arc";
|
name = "Arc-Dark";
|
||||||
package = pkgs.arc-theme;
|
package = pkgs.arc-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue