mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
6 lines
91 B
Nix
6 lines
91 B
Nix
{...} : {
|
|
home.file.".config/rofi" = {
|
|
recursive = true;
|
|
source = ./rofi;
|
|
};
|
|
}
|