cfg/mod/collections/pc-common.nix
2025-03-22 12:28:50 +01:00

17 lines
185 B
Nix

{ mod, ... }:
{
imports = with mod; [
audio
boot
fonts
locale
network
nix
security
services
shell
software
users
window-manager
];
}