cfg/mod/collections/pc.nix
Henri Dohmen 973a9e2751 security
2025-05-07 11:16:16 +02:00

19 lines
259 B
Nix

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