Skip to content

Commit

Permalink
polybar: fix browser exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Oct 16, 2023
1 parent 81cc7aa commit bf137a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/services/polybar/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, specialArgs, ... }:
{ config, lib, pkgs, specialArgs, ... }:

let
openCalendar = "${pkgs.xfce.orage}/bin/orage";
Expand All @@ -16,7 +16,7 @@ let

mainBar = if specialArgs.hidpi then hdmiBar else laptopBar;

openGithub = "${pkgs.firefox-beta-bin}/bin/firefox -new-tab https\\://github.com/notifications";
openGithub = "${lib.getExe pkgs.firefox-beta-bin} -new-tab https\\://github.com/notifications";

mypolybar = pkgs.polybar.override {
alsaSupport = true;
Expand Down

0 comments on commit bf137a1

Please sign in to comment.