update flake
This commit is contained in:
@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user