8 lines
90 B
Nix
8 lines
90 B
Nix
{ ... }:
|
|
{
|
|
|
|
home-manager.users.willifan.programs.nushell = {
|
|
enable = true;
|
|
};
|
|
|
|
}
|