diff --git a/users/albert/home.nix b/users/albert/home.nix index 5118e5ef..f3eb97c8 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -4,5 +4,6 @@ ./dconf.nix ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix + ../../common/dotfiles/bash.nix ]; } \ No newline at end of file diff --git a/users/root/home.nix b/users/root/home.nix index a3a681b4..3458f4e2 100644 --- a/users/root/home.nix +++ b/users/root/home.nix @@ -3,5 +3,6 @@ imports = [ ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix + ../../common/dotfiles/bash.nix ]; } \ No newline at end of file