nixos-config/modules/home-manager/awesome/mac/rofi/default.nix
2024-07-13 07:06:47 +09:00

10 lines
125 B
Nix

{ ... }:
{
programs.rofi.enable = true;
home.file.".config/rofi" = {
recursive = true;
source = ../rofi;
};
}