dotfiles/lib/nixos/home-manager/modules/feh.nix

4 lines
34 B
Nix
Raw Normal View History

2024-03-16 22:12:53 +00:00
{
programs.feh.enable = true;
}