fish: disable async prompt in gnome
This commit is contained in:
parent
43c769617b
commit
0aad44af19
|
@ -88,8 +88,10 @@ in {
|
||||||
home.packages = (with pkgs; with fishPlugins;[
|
home.packages = (with pkgs; with fishPlugins;[
|
||||||
trash-cli
|
trash-cli
|
||||||
wl-copy-file
|
wl-copy-file
|
||||||
async-prompt
|
|
||||||
foreign-env
|
foreign-env
|
||||||
] ++ (lib.optional (desktop == "sway") done));
|
] ++ (lib.optionals (desktop == "sway") [
|
||||||
|
async-prompt
|
||||||
|
done
|
||||||
|
]));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue