nixos-config/modules/nixos/_private/default.nix

14 lines
259 B
Nix
Raw Normal View History

{
imports = [
./profiles/archiving.nix
./profiles/browsers.nix
./profiles/desktop.nix
./profiles/dev.nix
./profiles/filesystem.nix
./profiles/gaming.nix
./profiles/i18n.nix
./profiles/server.nix
./profiles/vpn.nix
];
}