1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-10 15:18:43 +02:00
home-manager/tests/modules/programs/bemenu/empty-configuration.nix

12 lines
256 B
Nix
Raw Normal View History

2023-11-29 08:23:23 +01:00
{
programs.bemenu = { enable = true; };
2024-03-06 08:42:05 +01:00
test.stubs.bemenu = { };
2023-11-29 08:23:23 +01:00
nmt.script = ''
assertFileExists home-path/etc/profile.d/hm-session-vars.sh
assertFileNotRegex home-path/etc/profile.d/hm-session-vars.sh \
"export BEMENU_OPTS"
'';
}