mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 19:16:12 +01:00
11 lines
159 B
Nix
11 lines
159 B
Nix
{pkgs, ...}: {
|
|
services.flameshot = {
|
|
enable = true;
|
|
settings = {
|
|
General = {
|
|
showStartupLaunchMessage = false;
|
|
};
|
|
};
|
|
};
|
|
}
|