Add home-manager module

This commit is contained in:
Tibo De Peuter 2023-10-17 23:14:25 +02:00
parent afa0baf28c
commit 019f1e9b62
6 changed files with 55 additions and 106 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./home-manager
];
}