This commit is contained in:
Miguel Palhas
2024-10-05 11:26:26 +01:00
parent 51c30283ce
commit 87615c56f6
6 changed files with 11 additions and 17 deletions
+3
View File
@@ -0,0 +1,3 @@
{pkgs,...}:{
home.packages = with pkgs; [rofi (callPackage ../../../../pkgs/rofi-launchers/package.nix {})];
}