nix-config/overlays/default.nix
Donovan Glover 85f741c920
meta: Remove rofi
Although rofi was cute, ironbar may suit my needs better since I don't
actually need a launcher that shows all desktop files. This makes things
simpler and makes the launcher (ironbar) easier to extend upon since
it's written in Rust.
2023-07-06 22:54:40 -04:00

7 lines
59 B
Nix

{
imports = [
./alejandra.nix
./kitty.nix
];
}