Files
sydnix/users/crumb/programs/bash.nix
Madeleine Sydney 7cb5082b5b feat: Set aliases in Bash
Simply enabling `programs.bash` in home-manager does the trick. }:)
2025-01-03 17:55:33 -07:00

8 lines
77 B
Nix

{ config, lib, pkgs, ... }:
{
programs.bash = {
enable = true;
};
}