From f21d70949f9f4426f39d12f542ec788d47330763 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Tue, 8 Oct 2024 20:37:17 +0200 Subject: [PATCH] fix: nix flakes install Signed-off-by: Ludovic Ortega --- flake.nix | 2 +- nix/default.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 685fed7..91b5713 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-bluetooth + pkgsFor.${system}.gnome.gnome-bluetooth pkgsFor.${system}.python3 pkgsFor.${system}.matugen inputs.ags.packages.${system}.agsWithTypes diff --git a/nix/default.nix b/nix/default.nix index f3a946d..6800d05 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -21,7 +21,6 @@ swww, python3, libgtop, - gnome-bluetooth, gobject-introspection, glib, }: let @@ -55,7 +54,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-bluetooth python3]} + export PATH=$PATH:${lib.makeBinPath [dart-sass fd btop pipewire bluez bluez-tools networkmanager matugen swww grimblast gpu-screen-recorder brightnessctl pkgs.gnome.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 $@ '';