nix-config/overlays/default.nix
Donovan Glover 176f59f3bd
meta: Replace rofi package with overlay
This significantly reduces the complexity of maintaining a more recent
version of rofi-wayland.
2023-06-09 08:12:29 -04:00

8 lines
64 B
Nix

{
imports = [
./alejandra
./joshuto
./rofi
];
}