nixos-config/home-manager/stvnliu/programs/rofi.nix

10 lines
84 B
Nix

{
pkgs,
config,
lib,
...
}: {
programs.rofi = {
enable = true;
};
}