1

Move some home config to initial basic modules

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

View File

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