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/rio/empty-settings.nix
2025-11-03 09:23:19 -06:00

9 lines
183 B
Nix

{ config, ... }:
{
programs.rio.enable = true;
programs.rio.package = config.lib.test.mkStubPackage { };
nmt.script = ''
assertPathNotExists home-files/.config/rio
'';
}