This commit is contained in:
Miguel Palhas
2024-10-05 11:27:01 +01:00
parent 87615c56f6
commit 07a6766770
+1 -1
View File
@@ -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 {})];
}