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