diff options
author | Martin Fischer <martin@push-f.com> | 2025-05-11 10:32:56 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-16 16:25:48 +0200 |
commit | 04959cf36110c9687edb94734239e8cf9d36d5b1 (patch) | |
tree | 9b74a19c4a2945beeedaa1da04df272fbacda665 /user | |
parent | a6c04914a4c038b5e3778e11afa89dd21a6d7874 (diff) |
I'm removing nixpkgs-overlays from nix.nixPath because overlays seem to work
fine without it (with just nixpkgs.overlays). And keeping it would have required
me to adapt the path because `nix-shell -p` was failing with "The overlays
argument to nixpkgs must be a list" due to the new pkgs param.
Diffstat (limited to 'user')
-rw-r--r-- | user/sway/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/sway/config b/user/sway/config index 2fafff8..fa7b39b 100644 --- a/user/sway/config +++ b/user/sway/config @@ -57,6 +57,13 @@ input "type:keyboard" { xkb_file "~/config/colematik/colematik.xkb" } +input "10429:2395:UGTABLET_Artist_Pro_16_(Gen2)" { + map_to_output "DP-1" +} +input "10429:514:Hanvon_Ugee_Shortcut_Remote_Keyboard" { + xkb_layout "us" +} + ### Key bindings # # Basics: |