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