Files
nixos/Droidnix/generated/modules/system/terminal.nix
T
2026-03-22 15:46:38 +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;
}