mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
removed java language server
This commit is contained in:
parent
a59a7043f5
commit
89efaec2b1
3 changed files with 31 additions and 85 deletions
|
@ -32,6 +32,9 @@
|
|||
|
||||
xdph = {
|
||||
url = "github:hyprwm/xdg-desktop-portal-hyprland";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
|
@ -46,9 +49,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
language-servers.url = "git+https://git.sr.ht/~bwolf/language-servers.nix";
|
||||
language-servers.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
purge = {
|
||||
url = "github:therealr5/purge";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -69,7 +69,6 @@
|
|||
, nixos-hardware
|
||||
, purge
|
||||
, trucksimulatorbot-images
|
||||
, language-servers
|
||||
, ...
|
||||
}@attrs: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue