diff --git a/flake.nix b/flake.nix index 91b5713..685fed7 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ pkgsFor.${system}.grimblast pkgsFor.${system}.gpu-screen-recorder pkgsFor.${system}.brightnessctl - pkgsFor.${system}.gnome.gnome-bluetooth + pkgsFor.${system}.gnome-bluetooth pkgsFor.${system}.python3 pkgsFor.${system}.matugen inputs.ags.packages.${system}.agsWithTypes diff --git a/nix/default.nix b/nix/default.nix index 3ecbcaf..f3a946d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -21,7 +21,7 @@ swww, python3, libgtop, - gnome.gnome-bluetooth, + gnome-bluetooth, gobject-introspection, glib, }: let @@ -55,7 +55,7 @@ in { desktop = { inherit config; 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.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-bluetooth python3]} 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 $@ '';