fix: use correct file path of minimal template
Some checks failed
Check flake / check (push) Has been cancelled

This commit is contained in:
Youwen Wu 2025-01-02 03:08:08 -08:00
parent c346a920d6
commit c2d2d82c76
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -202,7 +202,7 @@
templates = rec {
liminalOS = {
path = ./templates/liminalOS;
path = ./templates/minimal;
description = "Barebones configuration of liminalOS";
};
default = liminalOS;