enabled bash on LXCs
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
];
|
||||
|
||||
config = {
|
||||
programs.bash.enable = lib.mkForce (config.shell.program == "bash");
|
||||
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
|
||||
home.shell.enableShellIntegration = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user