nixos-config/modules/system/services/general/default.nix
2024-12-29 09:47:44 -05:00

18 lines
205 B
Nix

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