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

5
options/home/default.nix Normal file
View file

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