1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-20 15:22:34 +00:00
home-manager/tests/modules/programs/granted/fish-integration-disabled.nix

12 lines
213 B
Nix
Raw Normal View History

{
programs = {
granted.enable = true;
granted.enableFishIntegration = false;
fish.enable = true;
};
nmt.script = ''
assertPathNotExists home-files/.config/fish/functions/assume.fish
'';
}