Better helix + bspwm quit confirmation dialog
This commit is contained in:
parent
4706a63b97
commit
f3f2899b6b
4 changed files with 33 additions and 33 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue