1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/satty/empty-settings.nix
Gautham Venkataraman 8af2e064f9 satty: add satty to program modules
Add satty, a wlroots based screenshot annotation tool, to the programs
module.
2025-08-19 06:12:13 -05:00

7 lines
113 B
Nix

{
programs.satty.enable = false;
nmt.script = ''
assertPathNotExists "home-files/.config/satty"
'';
}