Skip to content

Commit

Permalink
Merge pull request #543 from Jas-SinghFSU/nix/fix
Browse files Browse the repository at this point in the history
fix(nix): this was supposed to be referenced here
  • Loading branch information
orangci authored Dec 1, 2024
2 parents 48d631e + 318532b commit 955eed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
gpu-screen-recorder,
networkmanager,
brightnessctl,
gnome-bluetooth,
matugen,
swww,
python3,
Expand Down Expand Up @@ -56,7 +57,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 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
${ags}/bin/ags -b hyprpanel -c ${config}/config.js $@
'';
Expand Down

0 comments on commit 955eed6

Please sign in to comment.