build(fullhome): disable

This commit is contained in:
Kat Inskip 2024-08-28 14:31:44 -07:00
parent 47f0a180fe
commit 5a94fe7878
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 1 additions and 63 deletions

View file

@ -11,6 +11,7 @@ _: let
in {
arch = "x86_64";
type = "Home";
ci.enable = false; # TODO: fix arcnmx/nixexprs overlay issue???
modules = [
hostConfig
];