This commit is contained in:
Natsu Kagami 2022-04-20 13:21:08 -04:00
parent 8b6dd79516
commit 615b6b26bd
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 9 additions and 3 deletions

View file

@ -34,6 +34,12 @@
# Enable sway
programs.my-sway.enable = true;
programs.my-sway.fontSize = 14.0;
# Keyboard support
wayland.windowManager.sway.config = {
input."1:1:AT_Translated_Set_2_keyboard" = {
xkb_options = "ctrl:swapcaps";
};
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage