From 37dddc95c3fc96561c3c6cf5b32cd7f6cd09f392 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 30 Jul 2024 13:28:05 -0400 Subject: [PATCH] dustin/sway: add forced keyboard config --- homes/dustin/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homes/dustin/default.nix b/homes/dustin/default.nix index 39529b4c..4eb19904 100644 --- a/homes/dustin/default.nix +++ b/homes/dustin/default.nix @@ -1,5 +1,6 @@ self: { config, + lib, pkgs, ... }: { @@ -22,6 +23,12 @@ self: { programs.home-manager.enable = true; + wayland.windowManager.sway.config.input."type:keyboard" = lib.mkForce { + xkb_layout = "us"; + xkb_variant = "altgr-intl"; + xkb_options = ""; + }; + xdg.mimeApps = { enable = true; defaultApplications."application/epub+zip" = "com.calibre_ebook.calibre.desktop;org.gnome.Evince.desktop;com.calibre_ebook.calibre.ebook-viewer.desktop;";