Add target for generic Linux distros
This commit is contained in:
parent
2d9dcf079a
commit
f8ba0f4514
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue