dotnix/modules/home/rofi/default.nix
2025-03-29 19:05:05 +01:00

8 lines
79 B
Nix

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