fix(home): minor fixes

This commit is contained in:
ooks-io 2024-06-14 21:41:00 +12:00
parent 7625687816
commit 8ae77d70dc
4 changed files with 7 additions and 5 deletions

View file

@ -9,6 +9,6 @@ in
{
config = mkIf (multiplexer == "zellij" && launcher == "rofi") {
home.packages = [ inputs.ooks-scripts.packages.${pkgs.system}.zellijmenu ];
ooknet.binds.zellijMenu = "zellijMenu -n";
ooknet.binds.zellijMenu = "zellijmenu -n";
};
}