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")
|
*"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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue