mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-13 20:07:03 +01:00
85f741c920
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.
7 lines
59 B
Nix
7 lines
59 B
Nix
{
|
|
imports = [
|
|
./alejandra.nix
|
|
./kitty.nix
|
|
];
|
|
}
|