flake/users/guanranwang/home-manager/resources/wm/components/feh.nix

4 lines
53 B
Nix
Raw Normal View History

2023-11-06 07:48:20 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [feh];
}