update flake

This commit is contained in:
2026-03-27 12:13:04 +01:00
parent 890d3381a5
commit 6a8d644c94
6 changed files with 31 additions and 27 deletions

View File

@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, pkgs, config, ... }:
{
catppuccin = {
enable = true;
@ -12,6 +12,7 @@
};
gtk = {
gtk4.theme = config.gtk.theme;
enable = true;
theme = { package = pkgs.flat-remix-gtk; name = "Flat-Remix-GTK-Grey-Darkest"; };
font = { name = "Sans"; size = 11; };