sneeuwvlok/modules/nixos/shells/default.nix
Chris Kruining 9f1a6e85ee
kaas
2025-12-01 14:14:32 +01:00

5 lines
72 B
Nix

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