mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
11 lines
256 B
Nix
11 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"
|
|
'';
|
|
}
|