flakes/modules/user/rofi.nix

7 lines
160 B
Nix

{ config, inputs, ... }: {
programs.rofi = {
enable = true;
theme = "theme";
};
xdg.configFile."rofi/theme.rasi".source = ../../res/theme.rasi;
}