nixos-config/home-manager/launcher.nix

8 lines
114 B
Nix
Raw Normal View History

2024-06-24 21:53:35 +02:00
{ ... }:
{
programs.rofi = {
enable = true;
2024-10-17 14:44:15 +02:00
theme = ../resources/rofi-theme/spotlight-dark.rasi;
2024-06-24 21:53:35 +02:00
};
}