rename editor to kate

This commit is contained in:
jopejoe1 2023-09-29 18:13:10 +02:00
parent aa2551da6c
commit 131eb177bc
2 changed files with 1 additions and 1 deletions

13
modules/kate/default.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
libsForQt5.kate
nil
nodePackages_latest.bash-language-server
nodePackages_latest.vscode-html-languageserver-bin
nodePackages_latest.vscode-json-languageserver
python311Packages.python-lsp-server
];
}