feat: remote commit

This commit is contained in:
Nick 2024-11-20 15:46:18 -06:00
parent 9aaa70b0c1
commit 1ae9601263
5 changed files with 30 additions and 9 deletions

View file

@ -44,7 +44,6 @@ in {
misc-android
misc-desktop
misc-internet
vscode
;
};
};
@ -88,6 +87,15 @@ in {
};
};
productionCode = {
imports = builtins.attrValues {
inherit
(modules)
vscode
;
};
};
productionVideo = {
imports = builtins.attrValues {
inherit