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 {})]; }