change icon theme

This commit is contained in:
2025-01-15 13:13:42 -06:00
parent 0b865c9aaf
commit 02564226d7
2 changed files with 33 additions and 32 deletions

View File

@@ -32,7 +32,8 @@
enable = true;
theme.name = "Tokyonight-Dark";
theme.package = pkgs.tokyonight-gtk-theme;
iconTheme.name = "Tokyonight-Dark";
iconTheme.package = pkgs.rose-pine-icon-theme;
iconTheme.name = "rose-pine-moon-icons";
};
services.mpris-proxy.enable = true;