nix-config/modules/gtk/theme.nix

11 lines
160 B
Nix
Raw Normal View History

2025-07-28 01:39:38 +01:00
{
flake.modules.homeManager.gui =
{ pkgs, ... }:
{
gtk.theme = {
name = "Arc-Dark";
package = pkgs.arc-theme;
};
};
}