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

4 lines
59 B
Nix
Raw Normal View History

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