nixos-config/modules/system/services/general/default.nix

13 lines
144 B
Nix

{ ... }:
{
imports = [
./displaymanager
./keyd
./libvirtd
./portals
./snowflake
./ssh
./tlp
./userborn
];
}