feat(home:creative): add initial audacity/easyeffects configuration modules
This commit is contained in:
parent
d7671de87a
commit
34103931a1
7 changed files with 49 additions and 1 deletions
|
|
@ -34,6 +34,12 @@ in
|
|||
discord.enable = true;
|
||||
};
|
||||
|
||||
creative = {
|
||||
audio = {
|
||||
audacity.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
browser.firefox= {
|
||||
enable = true;
|
||||
default = true;
|
||||
|
|
@ -48,6 +54,7 @@ in
|
|||
|
||||
media = {
|
||||
music.tui.enable = true;
|
||||
music.easyeffects.enable = true;
|
||||
image.imv.enable = true;
|
||||
video = {
|
||||
mpv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue