parent
a3462daeb1
commit
2093cf425f
8 changed files with 334 additions and 11 deletions
13
tests/modules/programs/tmux/not-enabled.nix
Normal file
13
tests/modules/programs/tmux/not-enabled.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
config = {
|
||||
programs.tmux = { enable = false; };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileNotExists home-files/.tmux.conf
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue