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

12 lines
116 B
Nix

{ ... }:
{
imports = [
./gnome-keyring
./gvfs
./libvirtd
./mpd
./polkit
./sunshine
];
}