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;";