Add easyeffects config
This commit is contained in:
parent
035dfa62a1
commit
26bf0c8618
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
6
home/features/desktop/common/easyeffects.nix
Normal file
6
home/features/desktop/common/easyeffects.nix
Normal 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;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue