cfg/mod/collections/pc.nix
Henri Dohmen 331b4dfb26 fix
2025-05-07 15:44:53 +02:00

20 lines
280 B
Nix

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