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

15 lines
148 B
Nix

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