1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 05:13:28 +02:00
home-manager/tests/modules/programs/bemenu/empty-configuration.nix
2024-03-06 08:42:20 +01:00

12 lines
256 B
Nix

{
programs.bemenu = { enable = true; };
test.stubs.bemenu = { };
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"
'';
}