flake/users/guanranwang/home-manager/modules/wm/components/flameshot.nix
2023-11-15 20:55:27 +08:00

3 lines
59 B
Nix

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