Files
nixos/Droidnix/generated/parked/system/terminal.nix
T
2026-03-21 19:47:47 +00:00

9 lines
165 B
Nix

{ config, pkgs, ... }:
{
# (NVF = Neovim/terminal flavor)
stylix.targets.nvf.enable = true;
# feh wallpaper integration
stylix.targets.feh.enable = true;
}