Add and configure flameshot for screenshots
This commit is contained in:
parent
79f5c8ac5b
commit
e7c9db7711
3 changed files with 18 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, inputs, pkgs }:
|
||||
{ config, inputs, pkgs, username }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -18,6 +18,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
General = {
|
||||
disabledTrayIcon = false;
|
||||
saveAfterCopy = true;
|
||||
savePath = "/home/${username}/Pictures/Screenshots";
|
||||
showHelp = false;
|
||||
uiColor = "#60a5fa";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile.wallpaper = {
|
||||
source = ../../../config/wallpaper;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue