From a106abbfaecb5e897897dfd9749296eb56c44a57 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:23:39 +0200 Subject: [PATCH 1/3] gnome-bluetooth at top-level --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4410c6c..d09503c 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,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 From fee6d87c02ccba540670bd8ec679857cfc3517f7 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:06:13 +0000 Subject: [PATCH 2/3] change gnome-bluetooth input --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 36de26e..bf6d05b 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 $@ ''; From 4c90c6a391052d8c85627caf9fab46455ccd3490 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:07:29 +0000 Subject: [PATCH 3/3] change input --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index bf6d05b..f3a946d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -21,7 +21,7 @@ swww, python3, libgtop, - gnome, + gnome-bluetooth, gobject-introspection, glib, }: let