Add easyeffects config

This commit is contained in:
GHOSCHT 2024-01-07 15:39:55 +01:00
parent 035dfa62a1
commit 26bf0c8618
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 9 additions and 1 deletions

View file

@ -1,11 +1,13 @@
{
{pkgs, ...}: {
imports = [
./firefox.nix
./alacritty.nix
./wezterm.nix
./font.nix
./playerctl.nix
./easyeffects.nix
];
home.packages = with pkgs; [
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
feishin-appimage # self-packaged feishin while electron build fails

View file

@ -0,0 +1,6 @@
{
# services.easyeffects.enable = true;
xdg.configFile."easyeffects/output/Beyerdynamic_DT990_Oratory.json" = {
source = ../../../../rsc/config/easyeffects/Beyerdynamic_DT990_Oratory.json;
};
}