mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
7 lines
134 B
Nix
7 lines
134 B
Nix
{
|
|
services.local-ai.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertFileExists home-files/.config/systemd/user/local-ai.service
|
|
'';
|
|
}
|