Skip to content

Commit

Permalink
[nix][home][linux][gui] Add easyeffects service
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed May 7, 2024
1 parent 639535b commit 14ac976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/home/linux/gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
../../base/gui
../base
./dunst.nix
./easyeffects.nix
./gtk
./i3
./packages.nix
Expand Down
3 changes: 3 additions & 0 deletions nix/home/linux/gui/easyeffects.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
services.easyeffects.enable = true;
}

0 comments on commit 14ac976

Please sign in to comment.