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"
|
|
|
|
'';
|
|
|
|
}
|