fix(nix): this was supposed to be referenced here

This commit is contained in:
orangci
2024-12-01 17:05:37 +03:00
parent 3b34d339c9
commit 318532b6ef

View File

@@ -17,6 +17,7 @@
gpu-screen-recorder, gpu-screen-recorder,
networkmanager, networkmanager,
brightnessctl, brightnessctl,
gnome-bluetooth,
matugen, matugen,
swww, swww,
python3, python3,
@@ -56,7 +57,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 pkgs.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 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 $@
''; '';