cfg/mod/collections/pc.nix
Henri Dohmen d7ce40ffa7 refactor
2025-04-21 22:48:50 +02:00

18 lines
251 B
Nix

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