Commit 413e207
Changed files (1)
modules
desktop
modules/desktop/utils.nix
@@ -3,6 +3,7 @@
services.gvfs.enable = true; # Mount, trash, and other functionalities
services.xserver.xkb.layout = "us";
services.blueman.enable = config.hardware.bluetooth.enable;
+ i18n.extraLocales = "all";
};
flake.modules.homeManager.desktop = {config, ...}: {