Add target for generic Linux distros

This commit is contained in:
Bun 2025-05-11 00:06:12 -04:00
parent 2d9dcf079a
commit f8ba0f4514
2 changed files with 5 additions and 1 deletions

View file

@ -79,7 +79,10 @@
default = mkHome stable [ ./modules/home ];
full = mkHome stable [
./modules/home
{ home.guifull.enable = true; }
{
home.guifull.enable = true;
targets.genericLinux.enable = true;
}
];
};
}