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

17 lines
176 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
2024-10-12 20:44:05 -04:00
./gnome-keyring
./greetd
./gvfs
./keyd
./libvirtd
./mpd
2024-11-12 18:03:28 -05:00
./portals
./ssh
./sunshine
2024-11-12 04:25:51 -05:00
./tlp
./userborn
];
}