nur-packages/modules/default.nix

11 lines
375 B
Nix
Raw Permalink Normal View History

2020-10-15 17:05:30 +11:00
{
amdgpu-common = ./services/hardware/amdgpu-common.nix;
amdgpu-fan = ./services/hardware/amdgpu-fan.nix;
amdgpu-pwm = ./services/hardware/amdgpu-pwm.nix;
2023-09-27 14:12:26 +10:00
betanin = ./services/web-apps/betanin.nix;
2021-11-13 18:52:41 +11:00
dunst = ./services/x11/dunst.nix;
2023-11-09 09:36:59 +11:00
porkbun-ddns = ./services/networking/porkbun-ddns.nix;
radeon-profile-daemon = ./services/hardware/radeon-profile-daemon.nix;
2020-10-15 17:05:30 +11:00
}