mirror of
https://git.gay/xqtc/nixos-config
synced 2025-01-04 08:13:45 +01:00
9 lines
76 B
Nix
9 lines
76 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.lanraragi.enable = true;
|
|
}
|