Enable easyeffects service

This commit is contained in:
Nathan McCarty 2022-02-03 14:12:08 -05:00
parent 6db59aa491
commit c7c17b3372
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,7 @@
useGlobalPkgs = true;
useUserPackages = true;
users.nathan = {
programs.home-manager.enable = true;
## Shell
# Shell proper
programs.fish = {
@ -128,6 +129,9 @@
};
};
};
## Multimedia
# Easyeffects for the eq
services.easyeffects.enable = true;
};
};
## Misc packages that were in user.nix