NixOS-Config/modules/system/services/general/default.nix
2024-12-15 17:51:29 -05:00

18 lines
199 B
Nix

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