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

3 lines
59 B
Nix

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