trying stylix

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