trying stylix

This commit is contained in:
2026-03-17 08:40:57 +00:00
parent 4f70468bbc
commit eab19176af
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
# Stylix GTK target
stylix.targets.gtk.enable = true;
}