Split out bash from home config.

This commit is contained in:
jay
2025-07-02 05:37:57 -04:00
parent 0e371fc26f
commit aede707b0a
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
{ pkgs, ...}: {
programs.bash.enable = true;
}