8 lines
77 B
Nix
Executable File
8 lines
77 B
Nix
Executable File
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
programs.bash = {
|
|
enable = true;
|
|
};
|
|
}
|