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

12 lines
119 B
Nix

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