all repos — nixfiles @ 59caf53ead1ae63e914f3c783477f5c8cac2b847

System and user configuration, managed by nix and home-manager

user/modules/rofi.nix (view raw)

1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

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