update: zen browser flake
Fix Caelestia shell gtk settings
This commit is contained in:
parent
71d0936ba4
commit
9c0fdc9b60
5 changed files with 13 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2336,11 +2336,11 @@
|
|||
"nixpkgs": "nixpkgs_10"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1755169841,
|
||||
"narHash": "sha256-wOIetFs4h1p0fcZcHpQndB3Fhm0sa1L+ymGfas8l7hE=",
|
||||
"lastModified": 1755787119,
|
||||
"narHash": "sha256-KZa0EuK01jJZr2lI+AzPa7dy7YFd+qnwjP83ecGASzU=",
|
||||
"owner": "dachxy",
|
||||
"repo": "zen-browser-flake",
|
||||
"rev": "24e7380b13aa098484474868763b97f737a51df9",
|
||||
"rev": "0ce4920460aed92ca91cf0d15acccf514e45022b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
}:
|
||||
let
|
||||
cursorName = "catppuccin-macchiato-lavender-cursors";
|
||||
themeName = "catppuccin-macchiato-lavender-compact";
|
||||
in
|
||||
{
|
||||
gtk = {
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ in
|
|||
settings = [
|
||||
{
|
||||
output = "eDP-1";
|
||||
height = 46;
|
||||
modules-left = [
|
||||
"custom/os"
|
||||
"hyprland/workspaces"
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ in
|
|||
# monitor 1
|
||||
{
|
||||
output = "DP-${toString id}";
|
||||
height = 48;
|
||||
modules-left = [
|
||||
"custom/os"
|
||||
"hyprland/workspaces"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue