xeals
17013e425e
Currently fails to build as the frontend can't be built (due to using Yarn's v2 lockfile format).
12 lines
428 B
Nix
12 lines
428 B
Nix
{
|
|
amdgpu-common = ./services/hardware/amdgpu-common.nix;
|
|
amdgpu-fan = ./services/hardware/amdgpu-fan.nix;
|
|
amdgpu-pwm = ./services/hardware/amdgpu-pwm.nix;
|
|
betanin = ./services/web-apps/betanin.nix;
|
|
dunst = ./services/x11/dunst.nix;
|
|
koillection = ./services/web-apps/koillection.nix;
|
|
porkbun-ddns = ./services/networking/porkbun-ddns.nix;
|
|
radeon-profile-daemon = ./services/hardware/radeon-profile-daemon.nix;
|
|
}
|
|
|