nixcfg/hosts/lavaridge/home.nix

16 lines
193 B
Nix
Raw Normal View History

2024-03-28 19:52:15 -04:00
{
2024-04-07 22:16:33 -04:00
config,
lib,
pkgs,
2024-04-07 22:16:33 -04:00
...
}: {
2024-07-10 21:21:14 -04:00
home-manager.sharedModules = [
{
ar.home.services.easyeffects = {
enable = true;
preset = "framework13";
};
}
];
2024-03-28 19:52:15 -04:00
}