Fix niri command. Use everforest icon theme.
This commit is contained in:
parent
a3fc86b2cf
commit
d0445046e1
1 changed files with 5 additions and 9 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue