diff --git a/home.nix b/home.nix index 625dd2f..e634dc8 100644 --- a/home.nix +++ b/home.nix @@ -41,7 +41,7 @@ colors.primary.background = "#000000"; font.size = 11; terminal.shell = { - program = "/bin/bash"; + program = "${pkgs.bash}/bin/bash"; args = [ "-l" "-c" "tmux attach || tmux" ]; }; };