From df48b7176de31f6480a989e5aed555b916129851 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 19 Sep 2024 22:47:27 -0400 Subject: [PATCH] fallarbor,lavaridge: swap easyeffects preset for official framework preset --- hosts/fallarbor/home.nix | 5 +++++ hosts/lavaridge/home.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/fallarbor/home.nix b/hosts/fallarbor/home.nix index fec165fc..826427be 100644 --- a/hosts/fallarbor/home.nix +++ b/hosts/fallarbor/home.nix @@ -1,6 +1,11 @@ { home-manager.sharedModules = [ { + services.easyeffects = { + enable = true; + preset = "fw13-easy-effects"; + }; + wayland.windowManager.sway.config.output = {"BOE 0x095F Unknown".scale = "1.5";}; ar.home.desktop.hyprland.laptopMonitors = ["desc:BOE 0x095F,preferred,auto,1.566667"]; } diff --git a/hosts/lavaridge/home.nix b/hosts/lavaridge/home.nix index 270e287b..2ed658eb 100644 --- a/hosts/lavaridge/home.nix +++ b/hosts/lavaridge/home.nix @@ -14,7 +14,7 @@ services = { easyeffects = { enable = true; - preset = "LoudnessEqualizer"; + preset = "fw13-easy-effects"; }; gammastep.enable = lib.mkForce false;