summary refs log tree commit diff stats
path: root/user/modules/rofi.nix
blob: 1de577b35671f78cc6e7980d43bb7d6c6811a4d5 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  xdg.configFile.rofi = {
    recursive = true;
    source = ../rofi/.config/rofi;
  };
}