fix(nix): default.nix update gnome-bluetooth to gnome.gnome-bluetooth

This commit is contained in:
orangc
2024-10-06 10:28:44 +03:00
committed by GitHub
parent ee7d19320c
commit 3a3a46717e

View File

@@ -21,7 +21,7 @@
swww, swww,
python3, python3,
libgtop, libgtop,
gnome-bluetooth, gnome.gnome-bluetooth,
gobject-introspection, gobject-introspection,
glib, glib,
}: let }: let
@@ -55,7 +55,7 @@ in {
desktop = { desktop = {
inherit config; inherit config;
script = writeShellScriptBin pname '' script = writeShellScriptBin pname ''
export PATH=$PATH:${lib.makeBinPath [dart-sass fd btop pipewire bluez bluez-tools networkmanager matugen swww grimblast gpu-screen-recorder brightnessctl gnome-bluetooth python3]} export PATH=$PATH:${lib.makeBinPath [dart-sass fd btop pipewire bluez bluez-tools networkmanager matugen swww grimblast gpu-screen-recorder brightnessctl gnome.gnome-bluetooth python3]}
export GI_TYPELIB_PATH=${libgtop}/lib/girepository-1.0:${glib}/lib/girepository-1.0:$GI_TYPELIB_PATH export GI_TYPELIB_PATH=${libgtop}/lib/girepository-1.0:${glib}/lib/girepository-1.0:$GI_TYPELIB_PATH
${ags}/bin/ags -b hyprpanel -c ${config}/config.js $@ ${ags}/bin/ags -b hyprpanel -c ${config}/config.js $@
''; '';