replace rofi with rofi-wayland

This commit is contained in:
Miguel Palhas
2024-11-03 17:16:03 +00:00
parent 0a82392422
commit f8473d2a9c
3 changed files with 113 additions and 76 deletions
+7 -3
View File
@@ -1,3 +1,7 @@
{pkgs,...}:{
home.packages = with pkgs; [rofi (callPackage ../../../../pkgs/rofi-launchers/package.nix {})];
}
{ pkgs, ... }:
{
home.packages = with pkgs; [
rofi-wayland
(callPackage ../../../../pkgs/rofi-launchers/package.nix { })
];
}