trying stylix

This commit is contained in:
2026-03-17 08:41:25 +00:00
parent eab19176af
commit de29c7c53e
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
# Example for terminal (NVF = Neovim/terminal flavor)
stylix.targets.nvf.enable = true;
# Optional: feh wallpaper integration
stylix.targets.feh.enable = true;
}