mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat: add easyeffects
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
../../modules/home/mopidy
|
../../modules/home/mopidy
|
||||||
../../modules/home/thunderbird
|
../../modules/home/thunderbird
|
||||||
../../modules/home/floorp
|
../../modules/home/floorp
|
||||||
|
../../modules/home/easyeffects
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
3
modules/home/easyeffects/default.nix
Normal file
3
modules/home/easyeffects/default.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{...}: {
|
||||||
|
services.easyeffects.enable = true;
|
||||||
|
}
|
Reference in New Issue
Block a user