capture latest~

This commit is contained in:
Kate 2025-03-20 18:39:48 +01:00
parent dce774b212
commit bb35ab1d19
4 changed files with 12 additions and 5 deletions

View file

@ -60,7 +60,7 @@ in
njpwerner.autodocstring njpwerner.autodocstring
# python # python
(forceArmLinux ms-python.python) #(forceArmLinux ms-python.python)
# c/c++ # c/c++
ms-vscode.cpptools ms-vscode.cpptools

View file

@ -12,6 +12,14 @@
{ {
config = { config = {
#
# Let GPSD capture GPS over our modem.
#
services.gpsd = {
enable = true;
devices = [ "/dev/wwan0at0" ];
};
# #
# Set up ModemManager to FCC unlock this device. # Set up ModemManager to FCC unlock this device.
# #

View file

@ -18,7 +18,7 @@ let
''${qtWrapperArgs[@]} \ ''${qtWrapperArgs[@]} \
''${gappsWrapperArgs[@]} \ ''${gappsWrapperArgs[@]} \
--prefix PATH : "${finalPkgs.poppler_utils.out}/bin" \ --prefix PATH : "${finalPkgs.poppler_utils.out}/bin" \
--prefix LD_LIBRARY_PATH : "${finalPkgs.openssl_3_3.out}/lib" --prefix LD_LIBRARY_PATH : "${finalPkgs.openssl_3_4.out}/lib"
done done
''; '';
}; };

View file

@ -76,7 +76,7 @@ with pkgs;
# Media # Media
pavucontrol pavucontrol
deprekages.argos #deprekages.argos
tidal-hifi tidal-hifi
vlc vlc
@ -126,7 +126,7 @@ with pkgs;
# Browsers. # Browsers.
firefox firefox
chromium # (for webusb) chromium # (for webusb)
falkon kdePackages.falkon
# Tools. # Tools.
inkscape inkscape
@ -173,7 +173,6 @@ with pkgs;
masterpdfeditor masterpdfeditor
android-studio android-studio
slack slack
zulip
obs-studio-plugins.wlrobs obs-studio-plugins.wlrobs
deprekages.home-assistant-desktop deprekages.home-assistant-desktop
bitwig-studio bitwig-studio