mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
9 lines
246 B
Nix
9 lines
246 B
Nix
{
|
|
programs.lazydocker.enable = true;
|
|
test.stubs.lazydocker = { };
|
|
nmt.script = ''
|
|
assertFileExists home-files/.config/lazydocker/config.yml
|
|
assertFileContent home-files/.config/lazydocker/config.yml \
|
|
${./default.yml}
|
|
'';
|
|
}
|