mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
11 lines
261 B
Nix
11 lines
261 B
Nix
{config}: {
|
|
enable = true;
|
|
settings = {
|
|
General = {
|
|
savePath="/home/${config.home.username}/ss/";
|
|
saveAsFileExtension=".png";
|
|
showDesktopNotification=false;
|
|
startupLaunch=true;
|
|
};
|
|
};
|
|
}
|