nixos-config/home/profiles/themes/dark.nix
2025-04-05 00:58:54 +02:00

10 lines
195 B
Nix

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