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
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue