1

Home: Extract common nixos/darwin packages/programs/module-configs into terminal+packages modules

This commit is contained in:
2026-03-24 11:54:51 +01:00
parent f514387f64
commit 5f17a04fbb
9 changed files with 289 additions and 321 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable common packages";
}