added fish start function

This commit is contained in:
twoneis 2024-05-25 05:47:06 +02:00
parent a4207e62e1
commit 12491cc9aa

View file

@ -110,5 +110,10 @@
plugins = with pkgs.fishPlugins; [ plugins = with pkgs.fishPlugins; [
{ name = "tide"; src = pure.src; } { name = "tide"; src = pure.src; }
]; ];
functions = {
start = "
niri-session
";
};
}; };
} }