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

3 lines
53 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [feh];
}