mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +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
|
|
'';
|
|
}
|