From 07a6766770f28cb74f1c5d75df68b0a683c6f3eb Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sat, 5 Oct 2024 11:27:01 +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 9644b9f..56783c1 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 {})]; }