parent
4fe5afa755
commit
4b702bf6b7
14 changed files with 282 additions and 0 deletions
16
tests/modules/programs/ncmpcpp/ncmpcpp-empty-settings.nix
Normal file
16
tests/modules/programs/ncmpcpp/ncmpcpp-empty-settings.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
programs.ncmpcpp.enable = true;
|
||||
|
||||
nixpkgs.overlays =
|
||||
[ (self: super: { ncmpcpp = pkgs.writeScriptBin "dummy-ncmpcpp" ""; }) ];
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/ncmpcpp/config
|
||||
|
||||
assertPathNotExists home-files/.config/ncmpcpp/bindings
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue