Switch to the pt layout

This commit is contained in:
2024-10-10 17:32:44 +01:00
parent 35cda9b3a8
commit abe55b0c4f
3 changed files with 3 additions and 17 deletions

View File

@@ -149,8 +149,8 @@ in
"org/gnome/desktop/input-sources" = {
current = mkUint32 0;
mru-sources = [ (mkTuple [ "xkb" "us+altgr-intl" ]) (mkTuple [ "xkb" "us+intl" ]) ];
sources = [ (mkTuple [ "xkb" "us+altgr-intl" ]) ];
mru-sources = [ (mkTuple [ "xkb" "pt" ]) (mkTuple [ "xkb" "pt" ]) ];
sources = [ (mkTuple [ "xkb" "pt" ]) ];
xkb-options = [ "caps:ctrl_modifier" ];
};

View File

@@ -81,7 +81,7 @@
LC_TIME = "pt_PT.UTF-8";
};
services.xserver.xkb = {
layout = "us";
layout = "pt";
variant = "";
};
system.stateVersion = "24.05";