We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321be87 commit 59de252Copy full SHA for 59de252
modules/desktop/audio/daws/reaper/default.nix
@@ -3,9 +3,6 @@ let
3
desktopCfg = config.modules.desktop;
4
cfg = desktopCfg.audio.daws.reaper;
5
in {
6
- # TODO: use nixpkgs reaimgui when its merged upstream
7
- # TODO: https://github.com/NixOS/nixpkgs/pull/464016
8
-
9
options.modules.desktop.audio.daws.reaper = {
10
enable = lib.mkEnableOption "REAPER";
11
};
0 commit comments