mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
10 lines
252 B
Nix
10 lines
252 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
time = "2024-12-10T22:20:10+00:00";
|
|
condition = config.programs.nushell.enable;
|
|
message = ''
|
|
The module 'programs.nushell' can now manage the Nushell plugin
|
|
registry with the option 'programs.nushell.plugins'.
|
|
'';
|
|
}
|