nixcfg/home/nomad/dotfiles/rofi.nix
2024-11-05 21:22:41 +03:00

7 lines
119 B
Nix

{ inputs, ... }:
{
home.file.".config/rofi" = {
source = "${inputs.dotfiles}/rofi";
recursive = true;
};
}