mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-26 14:08:20 -04:00
164 current 2024-06-05 10:41:29 24.11.20240529.ad57eef 6.9.2-zen1 *
This commit is contained in:
parent
be1f3f0b91
commit
8bbdb16908
3 changed files with 14 additions and 8 deletions
11
common/programs/flameshot.nix
Normal file
11
common/programs/flameshot.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{config}: {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
savePath="/home/${config.home.username}/ss/";
|
||||
saveAsFileExtension=".png";
|
||||
showDesktopNotification=false;
|
||||
startupLaunch=true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue