diff --git a/suites/desktop/home.nix b/suites/desktop/home.nix index 8074a41..b518c74 100644 --- a/suites/desktop/home.nix +++ b/suites/desktop/home.nix @@ -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.