don't set SHELL automatically based on programs.<shell>.enable

This commit is contained in:
Daiderd Jordan 2020-10-25 16:32:55 +01:00
parent 1804b8ecd2
commit 079db5db5b
No known key found for this signature in database
GPG key ID: D02435D05B810C96
5 changed files with 4 additions and 9 deletions

View file

@ -45,9 +45,6 @@ in
"/share/bash-completion/completions"
];
environment.loginShell = mkDefault "bash -l";
environment.variables.SHELL = mkDefault "${pkgs.bashInteractive}/bin/bash";
environment.etc."bashrc".text = ''
# /etc/bashrc: DO NOT EDIT -- this file has been generated automatically.
# This file is read for interactive shells.