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

@ -31,10 +31,11 @@ let
'';
packages = with pkgs; [
yaml-language-server
editorconfig-core-c
nodePackages.vscode-langservers-extracted
rnix-lsp
editorconfig-core-c
yaml-language-server
aspell
aspellDicts.en
aspellDicts.en-computers
@ -42,7 +43,7 @@ let
aspellDicts.it
(pkgs.makeDesktopItem {
name = "kakoune";
name = "Kakoune";
exec = "kak %F";
icon = "kakoune";
desktopName = "Kakoune";