add japanese keyboard

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-11 15:32:12 -06:00
parent e9856ecd3d
commit 598ee77f6e
2 changed files with 15 additions and 2 deletions

View file

@ -58,6 +58,7 @@ in
keyboard = {
layouts = [
{ layout = "us"; }
{ layout = "jp"; }
];
options = [ "caps:escape" ];
};
@ -303,6 +304,7 @@ in
configFile = {
kwalletrc.Wallet.Enabled = false;
plasmanotifyrc.Notifications.PopupPosition = "TopRight";
};
};
};