kanata, adding more global libs

This commit is contained in:
Matt Nish-Lapidus 2025-06-19 16:23:50 -04:00
parent fe4df5d9f8
commit 96015cf1c5
3 changed files with 14 additions and 4 deletions

6
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1750324893,
"narHash": "sha256-Tp93wAmCd3PE6oBeJd/QJD6A7obymvT+od47GOMjTE0=",
"lastModified": 1750352807,
"narHash": "sha256-jCYMcMdMqozqVcEUeSYApmgfMNgZ9+Sxh9vFYoT6SQo=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "888abc75a5686bdb999f95cb4c0106ce5c50b35d",
"rev": "6224529f64715f5bfcac0b57bce245c6ecbdb716",
"type": "github"
},
"original": {

View file

@ -98,7 +98,7 @@ ${shared-alias}
tab q w e r t y u i o p [ ] \
@supesc @a @s @d f g h j k l ; ' ret
@sp-lsft z x c v b n m , . / @sp-rsft
@supesc @controls lalt lctrl @spcnav @spcnav rctrl ralt @controls @hyper @supesc
@hyper @controls lalt lctrl @spcnav @spcnav rctrl ralt @controls @hyper @supesc
mlft mrgt del bspc)
(deflayermap (navigation)

View file

@ -35,6 +35,14 @@
mesa.out
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-ugly
gst_all_1.gst-editing-services.out
gst_all_1.gstreamermm.dev
gst_all_1.gst-rtsp-server.out
gst_all_1.gst-devtools.out
glib
alsa-lib
jdk
@ -42,5 +50,7 @@
libffi.out
gcc.out
opencv.out
libgcc.lib
stdenv.cc.cc.lib
];
}