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