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
259 B
Nix
10 lines
259 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
time = "2025-03-19T18:10:56+00:00";
|
|
condition = config.services.easyeffects.enable;
|
|
message = ''
|
|
The Easyeffects module now supports adding json formatted presets
|
|
under '$XDG_CONFIG_HOME/easyeffects/{input,output}/'.
|
|
'';
|
|
}
|