added fish start function
This commit is contained in:
parent
a4207e62e1
commit
12491cc9aa
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue