.dotfiles/dot_config/flake/home/waybar/mechabar/rofi.nix
2025-02-15 10:55:48 -05:00

6 lines
91 B
Nix

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