dotfiles/modules/services/default.nix

17 lines
203 B
Nix
Raw Normal View History

2022-07-15 13:11:54 +02:00
{ config
, lib
, pkgs
, ...
}: {
2021-11-22 11:09:21 +01:00
imports = [
2022-03-23 12:33:54 +01:00
./dunst.nix
2021-11-22 11:09:21 +01:00
./kdeconnect.nix
2022-09-27 14:10:24 +02:00
./mullvad.nix
2022-07-15 13:11:54 +02:00
./openconnect.nix
2022-03-07 12:02:20 +01:00
./openvpn.nix
2021-11-22 11:09:21 +01:00
./picom.nix
2022-07-15 13:11:54 +02:00
./printing.nix
./redshift.nix
2021-11-22 11:09:21 +01:00
];
2021-09-14 20:55:50 +02:00
}