Better helix + bspwm quit confirmation dialog

This commit is contained in:
Filippo Berto 2022-09-06 22:47:58 +02:00
parent 4706a63b97
commit f3f2899b6b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 33 additions and 33 deletions

View file

@ -5,9 +5,13 @@
EDITOR = "hx";
VISUAL = "hx";
};
home.packages = [
home.packages = with pkgs; [
nodePackages.vscode-langservers-extracted
rnix-lsp
yaml-language-server
(pkgs.makeDesktopItem {
name = "helix";
name = "Helix";
exec = "hx %F";
icon = "helix";
desktopName = "Helix";