NixOS-Config/modules/system/services/pc/default.nix
2024-10-12 20:44:05 -04:00

13 lines
145 B
Nix

{ ... }:
{
imports = [
./gnome-keyring
./mpd
./networkfs
./polkit
./school
./sunshine
./virtualization/qemu
];
}