enabled bash on LXCs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
flake.modules.homeManager.bash = { pkgs, ... }:
|
||||
flake.modules.homeManager.bash = { pkgs, lib, config, ... }:
|
||||
{
|
||||
programs.bash = {
|
||||
programs.bash = lib.mkIf (config.shell.program == "bash") {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
package = pkgs.bash;
|
||||
|
||||
Reference in New Issue
Block a user