dotfiles/common/programs/flameshot.nix

12 lines
261 B
Nix
Raw Normal View History

{config}: {
enable = true;
settings = {
General = {
savePath="/home/${config.home.username}/ss/";
saveAsFileExtension=".png";
showDesktopNotification=false;
startupLaunch=true;
};
};
}