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

6
flake.lock generated
View file

@ -2336,11 +2336,11 @@
"nixpkgs": "nixpkgs_10" "nixpkgs": "nixpkgs_10"
}, },
"locked": { "locked": {
"lastModified": 1755169841, "lastModified": 1755787119,
"narHash": "sha256-wOIetFs4h1p0fcZcHpQndB3Fhm0sa1L+ymGfas8l7hE=", "narHash": "sha256-KZa0EuK01jJZr2lI+AzPa7dy7YFd+qnwjP83ecGASzU=",
"owner": "dachxy", "owner": "dachxy",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "24e7380b13aa098484474868763b97f737a51df9", "rev": "0ce4920460aed92ca91cf0d15acccf514e45022b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
lib, 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 = { systemd.user.services.caelestia = {
Service = { Service = {
Environment = [ Environment = [

View file

@ -4,7 +4,6 @@
}: }:
let let
cursorName = "catppuccin-macchiato-lavender-cursors"; cursorName = "catppuccin-macchiato-lavender-cursors";
themeName = "catppuccin-macchiato-lavender-compact";
in in
{ {
gtk = { gtk = {

View file

@ -49,6 +49,7 @@ in
settings = [ settings = [
{ {
output = "eDP-1"; output = "eDP-1";
height = 46;
modules-left = [ modules-left = [
"custom/os" "custom/os"
"hyprland/workspaces" "hyprland/workspaces"

View file

@ -91,6 +91,7 @@ in
# monitor 1 # monitor 1
{ {
output = "DP-${toString id}"; output = "DP-${toString id}";
height = 48;
modules-left = [ modules-left = [
"custom/os" "custom/os"
"hyprland/workspaces" "hyprland/workspaces"