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

11 lines
104 B
Nix

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