This commit is contained in:
Miguel Palhas
2025-10-06 09:40:41 +01:00
parent 0dff3c1585
commit d4659b1b04
6 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
rofi-wayland
rofi
(callPackage ../../../../pkgs/rofi-launchers/package.nix { })
];
}