From ccbcd5601f6ea7a12d94eb112ff109b6f7d6a35f Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sat, 5 Oct 2024 11:27:14 +0100 Subject: [PATCH] rofi --- home/common/programs/hyprland/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/programs/hyprland/rofi.nix b/home/common/programs/hyprland/rofi.nix index 56783c1..85a335e 100644 --- a/home/common/programs/hyprland/rofi.nix +++ b/home/common/programs/hyprland/rofi.nix @@ -1,3 +1,3 @@ {pkgs,...}:{ - home.packages = with pkgs; [rofi (callPackage ../../../../../pkgs/rofi-launchers/package.nix {})]; + home.packages = with pkgs; [rofi (callPackage ../../../../../../pkgs/rofi-launchers/package.nix {})]; }