This commit is contained in:
Chris Kruining 2025-12-01 14:14:32 +01:00
parent 331a912c82
commit 9f1a6e85ee
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
16 changed files with 541 additions and 467 deletions

View file

@ -1,2 +1,5 @@
{ ... }:
{}
{...}: {
config = {
programs.bash.enableCompletion = true;
};
}