shell organization
This commit is contained in:
10
modules/home-manager/bash.nix
Normal file
10
modules/home-manager/bash.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.homeModules.bash = { pkgs, lib, ... }:
|
||||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
package = pkgs.bash;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user