feat(alpha): add alpha host

This commit is contained in:
tux
2026-05-10 04:57:40 +05:30
parent c5cc4b4f11
commit 824e6f3d96
6 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
flake.modules.homeManager.alpha = {
home.stateVersion = "26.05";
};
}