mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
rename editor to kate
This commit is contained in:
parent
aa2551da6c
commit
131eb177bc
2 changed files with 1 additions and 1 deletions
13
modules/kate/default.nix
Normal file
13
modules/kate/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue