mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 12:19:00 +00:00
12 lines
165 B
Nix
12 lines
165 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.diceware.enable = true;
|
||
|
|
||
|
test.stubs.sesh = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists home-files/.config/diceware/diceware.ini
|
||
|
'';
|
||
|
}
|