From 35a2362e75dd1aa82cdc2ab4fe57bffd0e03a7af Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 1 Mar 2024 11:08:05 -0500 Subject: [PATCH] added easyeffects to rustboro host --- hosts/rustboro/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index fba4fdb8..a4e8549b 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -50,8 +50,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget - # environment.systemPackages = with pkgs; [ - # ]; + environment.systemPackages = with pkgs; [ + easyeffects + ]; powerManagement.cpuFreqGovernor = "ondemand"; @@ -62,4 +63,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.11"; # Did you read the comment? -} +} \ No newline at end of file