6 lines
No EOL
78 B
Nix
6 lines
No EOL
78 B
Nix
{ pkgs, config, lib, ...}:
|
|
{
|
|
programs.nushell = {
|
|
enable = false;
|
|
};
|
|
} |