kanata, adding more global libs
This commit is contained in:
parent
fe4df5d9f8
commit
96015cf1c5
3 changed files with 14 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -90,11 +90,11 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750324893,
|
"lastModified": 1750352807,
|
||||||
"narHash": "sha256-Tp93wAmCd3PE6oBeJd/QJD6A7obymvT+od47GOMjTE0=",
|
"narHash": "sha256-jCYMcMdMqozqVcEUeSYApmgfMNgZ9+Sxh9vFYoT6SQo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "888abc75a5686bdb999f95cb4c0106ce5c50b35d",
|
"rev": "6224529f64715f5bfcac0b57bce245c6ecbdb716",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -98,7 +98,7 @@ ${shared-alias}
|
||||||
tab q w e r t y u i o p [ ] \
|
tab q w e r t y u i o p [ ] \
|
||||||
@supesc @a @s @d f g h j k l ; ' ret
|
@supesc @a @s @d f g h j k l ; ' ret
|
||||||
@sp-lsft z x c v b n m , . / @sp-rsft
|
@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)
|
mlft mrgt del bspc)
|
||||||
|
|
||||||
(deflayermap (navigation)
|
(deflayermap (navigation)
|
||||||
|
|
|
@ -35,6 +35,14 @@
|
||||||
mesa.out
|
mesa.out
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base
|
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
|
glib
|
||||||
alsa-lib
|
alsa-lib
|
||||||
jdk
|
jdk
|
||||||
|
@ -42,5 +50,7 @@
|
||||||
libffi.out
|
libffi.out
|
||||||
gcc.out
|
gcc.out
|
||||||
opencv.out
|
opencv.out
|
||||||
|
libgcc.lib
|
||||||
|
stdenv.cc.cc.lib
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue