Skip to content

Commit

Permalink
dustin/sway: add forced keyboard config
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jul 30, 2024
1 parent 61713fa commit 37dddc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions homes/dustin/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
self: {
config,
lib,
pkgs,
...
}: {
Expand All @@ -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;";
Expand Down

0 comments on commit 37dddc9

Please sign in to comment.