stylix adwaita icon theme

This commit is contained in:
xunuwu 2025-04-05 00:58:54 +02:00
parent 7d2896c4b0
commit 4353d40f65
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
stylix = {
iconTheme = {
enable = true;
package = pkgs.adwaita-icon-theme;
dark = "Adwaita-dark";
};
targets.firefox.profileNames = ["xun"];
};
}

View file

@ -41,6 +41,8 @@
# terminal.emulator.wezterm # terminal.emulator.wezterm
terminal.emulator.foot terminal.emulator.foot
themes.dark
# desktop # desktop
programs.desktop.default programs.desktop.default
programs.desktop.sway.default programs.desktop.sway.default