capture latest~
This commit is contained in:
parent
dce774b212
commit
bb35ab1d19
4 changed files with 12 additions and 5 deletions
|
@ -60,7 +60,7 @@ in
|
|||
njpwerner.autodocstring
|
||||
|
||||
# python
|
||||
(forceArmLinux ms-python.python)
|
||||
#(forceArmLinux ms-python.python)
|
||||
|
||||
# c/c++
|
||||
ms-vscode.cpptools
|
||||
|
|
|
@ -12,6 +12,14 @@
|
|||
{
|
||||
config = {
|
||||
|
||||
#
|
||||
# Let GPSD capture GPS over our modem.
|
||||
#
|
||||
services.gpsd = {
|
||||
enable = true;
|
||||
devices = [ "/dev/wwan0at0" ];
|
||||
};
|
||||
|
||||
#
|
||||
# Set up ModemManager to FCC unlock this device.
|
||||
#
|
||||
|
|
|
@ -18,7 +18,7 @@ let
|
|||
''${qtWrapperArgs[@]} \
|
||||
''${gappsWrapperArgs[@]} \
|
||||
--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
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -76,7 +76,7 @@ with pkgs;
|
|||
|
||||
# Media
|
||||
pavucontrol
|
||||
deprekages.argos
|
||||
#deprekages.argos
|
||||
tidal-hifi
|
||||
vlc
|
||||
|
||||
|
@ -126,7 +126,7 @@ with pkgs;
|
|||
# Browsers.
|
||||
firefox
|
||||
chromium # (for webusb)
|
||||
falkon
|
||||
kdePackages.falkon
|
||||
|
||||
# Tools.
|
||||
inkscape
|
||||
|
@ -173,7 +173,6 @@ with pkgs;
|
|||
masterpdfeditor
|
||||
android-studio
|
||||
slack
|
||||
zulip
|
||||
obs-studio-plugins.wlrobs
|
||||
deprekages.home-assistant-desktop
|
||||
bitwig-studio
|
||||
|
|
Loading…
Add table
Reference in a new issue