mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
aff0158ef7
Signed-off-by: magic_rb <magic_rb@redalder.org>
8 lines
189 B
Nix
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;
|
|
}
|