sneeuwvlok/modules/nixos/shells/default.nix
Chris Kruining afbf168c35 kaas
2025-12-06 16:41:45 +00:00

5 lines
72 B
Nix

{...}: {
config = {
programs.bash.enableCompletion = true;
};
}