mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
11 lines
180 B
Nix
11 lines
180 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.flameshot = { enable = true; };
|
|
|
|
test.stubs.flameshot = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/flameshot/flameshot.ini
|
|
'';
|
|
}
|