Files
nixos/Droidnix/generated/hosts/traveldroid/terminal.nix
T
2026-03-19 06:43:26 +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;
}