feat: add template

This commit is contained in:
Youwen Wu 2024-12-26 00:46:15 -08:00
parent 512b0e3aa1
commit 3372af8c03
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
6 changed files with 238 additions and 5 deletions

View file

@ -189,6 +189,14 @@
];
};
};
templates = rec {
liminalOS = {
path = ./templates/liminalOS;
description = "Barebones configuration of liminalOS";
};
default = liminalOS;
};
};
perSystem =
{