From 962af0e0dad25823a2014179fb41257aec4cf019 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 1 Mar 2024 22:14:56 -0500 Subject: [PATCH] removed easyeffects (doesn't improve t440p sound significantly) --- hosts/rustboro/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 5fd68dd6..f261f1b5 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -17,12 +17,6 @@ networking.hostName = "rustboro"; # Define your hostname. - # List packages installed in system profile. To search, run: - # $ nix search wget - environment.systemPackages = with pkgs; [ - easyeffects - ]; - powerManagement.cpuFreqGovernor = "ondemand"; # This value determines the NixOS release from which the default