flake/users/guanranwang/home-manager/resources/media/nixos/photo.nix

5 lines
67 B
Nix

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