Files
nix/home/common/programs/hyprland/rofi.nix
T
2024-11-03 17:16:03 +00:00

8 lines
138 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
rofi-wayland
(callPackage ../../../../pkgs/rofi-launchers/package.nix { })
];
}