mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 01:11:54 -05:00
lavaridge: automatically apply framework13 easy effects preset
This commit is contained in:
parent
6c54370a7f
commit
9a7cf30cc0
|
@ -8,5 +8,10 @@
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
userServices.easyeffects = {
|
||||||
|
enable = true;
|
||||||
|
preset = "framework13.json";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue