Skip to content

Commit

Permalink
feat: easyeffects vscode tweaking
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jan 7, 2025
1 parent aefd2be commit 45ca111
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
nix = {
enableLanguageServer = true;
serverPath = "${pkgs.nixd}/bin/nixd";
hiddenLanguageServerErrors = [
"textDocument/definition"
];
serverSettings = {
nixd = {
formatting = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{pkgs, ...}:
{
services.easyeffects = {
enable = true;
preset = "Perfect-EQ";
};
xdg.configFile = {
preset = {
target = "easyeffects/output/Perfect-EQ.json";
source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/JackHack96/EasyEffects-Presets/refs/heads/master/Perfect%20EQ.json";
name = "Perfect-EQ";
sha256 = "sha256:0cppf5kcpp2spz7y38n0xwj83i4jkgvcbp06p1l005p2vs7xs59f";
};
};
};

}

0 comments on commit 45ca111

Please sign in to comment.