cfg/mod/collections/pc-common.nix
2025-03-01 18:19:19 +01:00

16 lines
No EOL
184 B
Nix

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