2025-01-31 21:24:47 +01:00
|
|
|
{
|
2024-12-16 10:17:54 +00:00
|
|
|
programs = {
|
|
|
|
pay-respects.enable = true;
|
|
|
|
pay-respects.enableBashIntegration = false;
|
|
|
|
pay-respects.enableFishIntegration = false;
|
|
|
|
pay-respects.enableZshIntegration = false;
|
|
|
|
pay-respects.enableNushellIntegration = false;
|
|
|
|
bash.enable = true;
|
|
|
|
zsh.enable = true;
|
|
|
|
fish.enable = true;
|
|
|
|
nushell.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
nmt.script = ''
|
2025-01-31 21:24:47 +01:00
|
|
|
assertFileNotRegex home-files/.bashrc '@pay-respects@/bin/pay-respects'
|
|
|
|
assertFileNotRegex home-files/.zshrc '@pay-respects@/bin/pay-respects'
|
|
|
|
assertFileNotRegex home-files/.config/fish/config.fish '@pay-respects@/bin/pay-respects'
|
|
|
|
assertFileNotRegex home-files/.config/nushell/config.nu '@pay-respects@/bin/pay-respects'
|
2024-12-16 10:17:54 +00:00
|
|
|
'';
|
|
|
|
}
|