Fix niri command. Use everforest icon theme.

This commit is contained in:
Fern Garden 2025-08-05 22:08:05 +08:00
parent a3fc86b2cf
commit d0445046e1

View file

@ -13,7 +13,7 @@ with lib; let
*"Power off monitors")
niri msg action power-off-monitors;;
*"Log out")
niri msg action exit;;
niri msg action quit -s;;
*"Suspend")
systemctl suspend;;
*"Reboot")
@ -31,9 +31,9 @@ in {
stylix.icons = {
enable = true;
package = pkgs.papirus-icon-theme;
light = "Papirus-Light";
dark = "Papirus-Dark";
package = pkgs.everforest-gtk-theme;
light = "Everforest-Dark";
dark = "everforest_light";
};
# XDG portals.
@ -397,15 +397,11 @@ in {
programs.firefox = {
enable = true;
profiles.default = {
extensions.force = true;
settings."identity.sync.tokenserver.uri" = "https://fxsync.fern.garden/1.0/sync/1.5";
};
};
stylix.targets.firefox = {
profileNames = ["default"];
colorTheme.enable = true;
};
stylix.targets.firefox.profileNames = ["default"];
fonts.fontconfig.enable = true; # discover fonts installed by home.packages.