1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-27 23:31:50 +02:00
home-manager/tests/modules/programs/bemenu/empty-configuration.nix

10 lines
228 B
Nix
Raw Normal View History

2023-11-29 08:23:23 +01:00
{
programs.bemenu = { enable = true; };
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"
'';
}