NixOS-Config/modules/system/services/general/default.nix

16 lines
163 B
Nix

{ ... }:
{
imports = [
./gnome-keyring
./gvfs
./keyd
./libvirtd
./mpd
./portals
./ssh
./sunshine
./tlp
./userborn
];
}