add home options

This commit is contained in:
Asaki Yuki 2026-04-13 11:07:39 +07:00
parent fd0e9dfbd1
commit 37c414c4b7
5 changed files with 166 additions and 34 deletions

View file

@ -0,0 +1,5 @@
{ ... }:
{
imports = [ ../common/default.nix ];
options.device = { };
}