NixOS-Config/modules/system/services/pc/default.nix
2024-10-18 19:31:13 -04:00

12 lines
116 B
Nix

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