rtx: add module (#4051)
This commit is contained in:
parent
28614ed7a1
commit
3512a6dafb
10 changed files with 193 additions and 0 deletions
12
tests/modules/programs/rtx/default-settings.nix
Normal file
12
tests/modules/programs/rtx/default-settings.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }: {
|
||||
config = {
|
||||
programs.rtx = {
|
||||
package = config.lib.test.mkStubPackage { name = "rtx"; };
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/rtx/config.toml
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue