dotfiles/home-manager/modules/bash/default.nix
magic_rb aff0158ef7
Reformat the whole flake using alejandra
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-03-02 22:17:03 +01:00

8 lines
189 B
Nix

{pkgs, ...}: {
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
home.file.".bash_profile".source = ./bash_profile;
home.file.".bashrc".source = ./bashrc;
}