nixos-config/modules/system/services/general/default.nix
2025-04-16 22:14:31 -04:00

17 lines
210 B
Nix

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