From 1a8db1b959d3fbb435b7c3252aa2c452f3a49389 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 5 May 2024 14:44:39 -0400 Subject: [PATCH] lavaridge/aly: enable easyeffects --- hosts/lavaridge/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/lavaridge/home.nix b/hosts/lavaridge/home.nix index ccf7ea28..e335ad23 100644 --- a/hosts/lavaridge/home.nix +++ b/hosts/lavaridge/home.nix @@ -7,5 +7,10 @@ }: { home-manager.users.aly = { imports = [../../homeManagerModules ../../aly.nix]; + + alyraffauf.services.easyeffects = { + enable = true; + preset = "framework13"; + }; }; }