forked from extern/nix-config
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
|
|
];
|
|
}
|