mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
configured flameshot and picom
This commit is contained in:
parent
64ca883018
commit
e96ecb6470
5 changed files with 24 additions and 3 deletions
15
users/rouven/modules/flameshot/default.nix
Normal file
15
users/rouven/modules/flameshot/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
contrastOpacity = 188;
|
||||
disabledTrayIcon=true;
|
||||
};
|
||||
Shortcuts = {
|
||||
TYPE_COPY = "Return";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue