mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
11 lines
252 B
Nix
11 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'.
|
|
'';
|
|
}
|