{ config, lib, ... }: with lib; let cfg = config.nixfiles.modules.profiles.dev.default; in { imports = [ ./containers.nix ]; config = mkIf cfg.enable { hm.home.language = { collate = "C"; messages = "C"; }; my.extraGroups = ["kvm"]; }; }