Files
nixos/modules/home-manager/rofi.nix
T
2026-02-26 15:41:21 +01:00

9 lines
103 B
Nix

{ config, pkgs, ... }:
{
programs.rofi = {
enable = true;
theme = "gruvbox-dark-hard";
};
}