update: zen browser flake

Fix Caelestia shell gtk settings
This commit is contained in:
danny 2025-08-21 22:40:58 +08:00
parent 71d0936ba4
commit 9c0fdc9b60
5 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,4 @@
{
config,
pkgs,
lib,
...
@ -188,6 +187,14 @@ in
};
};
gtk = {
enable = lib.mkDefault true;
iconTheme = {
name = lib.mkDefault "Papirus-Dark";
package = lib.mkDefault pkgs.papirus-icon-theme;
};
};
systemd.user.services.caelestia = {
Service = {
Environment = [