Files
nixos/Droidnix/generated/system/out_of_tree/terminal.nix
T
2026-03-17 08:34:54 +00:00

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;
}