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

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