1

Move some home config to initial basic modules

This commit is contained in:
2023-05-24 20:49:53 +02:00
parent 4d27d8e513
commit 4dab06a5d2
14 changed files with 349 additions and 1942 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "Visual Studio Code";
}