mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
16 lines
193 B
Nix
16 lines
193 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home-manager.sharedModules = [
|
|
{
|
|
ar.home.services.easyeffects = {
|
|
enable = true;
|
|
preset = "framework13";
|
|
};
|
|
}
|
|
];
|
|
}
|