mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add template
This commit is contained in:
parent
512b0e3aa1
commit
3372af8c03
6 changed files with 238 additions and 5 deletions
|
@ -189,6 +189,14 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
templates = rec {
|
||||
liminalOS = {
|
||||
path = ./templates/liminalOS;
|
||||
description = "Barebones configuration of liminalOS";
|
||||
};
|
||||
default = liminalOS;
|
||||
};
|
||||
};
|
||||
perSystem =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue