liminalOS/hm/modules/linux/theming/default.nix

15 lines
235 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [ ./stylix.nix ];
# gtk = {
# enable = true;
# cursorTheme = {
# name = "Bibata-Modern-Ice";
# size = 26;
# };
# iconTheme = {
# name = "Papirus-Dark";
# };
# };
}