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