nixos-config/home-manager/launcher.nix

8 lines
114 B
Nix

{ ... }:
{
programs.rofi = {
enable = true;
theme = ../resources/rofi-theme/spotlight-dark.rasi;
};
}