various reorgs

This commit is contained in:
John Lancaster
2026-04-20 23:52:03 -05:00
parent 443020df4d
commit cf90d3e876
9 changed files with 74 additions and 79 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
{
flake.modules.homeManager.bash = { pkgs, lib, config, ... }:
{
programs.bash = lib.mkIf (config.shell.program == "bash") {
programs.bash = {
enable = true;
enableCompletion = true;
package = pkgs.bash;
};
};
}