9 lines
196 B
Nix
9 lines
196 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# Example for terminal (NVF = Neovim/terminal flavor)
|
|
stylix.targets.nvf.enable = true;
|
|
# Optional: feh wallpaper integration
|
|
stylix.targets.feh.enable = true;
|
|
}
|