.hive/modules/home/rofi/default.nix

7 lines
62 B
Nix

{...}: {
imports = [
./config.nix
./rofi.nix
];
}