aboutsummaryrefslogtreecommitdiff
path: root/modules/services/default.nix
blob: 8d76c9e20a1633a61a462eea655ef9821f9371ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

{
	imports = [
		./printer.nix
		./polkit.nix
		./pipewire.nix
		./mullvad.nix
		./nextcloud-client.nix
		./wooting.nix
	];
}