return to git helix since jdtls is being stinky regardless god fucking dammit

This commit is contained in:
Tao Tien 2024-03-05 11:34:29 -08:00
parent 52174dc319
commit 04a01e0b63
4 changed files with 23 additions and 23 deletions

22
flake.lock generated
View file

@ -67,15 +67,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1709488578, "lastModified": 1709561694,
"narHash": "sha256-ZcugEh4qENd0hZUtgBn8wS32ajXRw+HH96nv+3nohRk=", "narHash": "sha256-EdFv2nhksj4jkUEQVEujDxFcw5o/CPTb7YPmO7BQdu0=",
"owner": "helix-editor", "owner": "the-mikedavis",
"repo": "helix", "repo": "helix",
"rev": "cc43e3521ed94e9d6e77c719c14073d3e7217c97", "rev": "70d78b4ae2746a1d909de01d95aca00d756d5b4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "helix-editor", "owner": "the-mikedavis",
"repo": "helix", "repo": "helix",
"type": "github" "type": "github"
} }
@ -87,11 +87,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709578243, "lastModified": 1709677162,
"narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=", "narHash": "sha256-nIXa0KM3FOVjD3XDDigW12qktQvLG+uKuPg00rjIX/8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3", "rev": "bdea159ffab9865f808b8d92fd2bef33521867b2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -109,11 +109,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1709608354, "lastModified": 1709656312,
"narHash": "sha256-pUjGgyJM6MPJpM2BwFkbu7njm4frHUuqwL0jf+h4yzo=", "narHash": "sha256-s9vamdAGaLm+AbKdRS4cnDuZip5L2tdeq85mV6YoHJs=",
"owner": "martinvonz", "owner": "martinvonz",
"repo": "jj", "repo": "jj",
"rev": "59a61a26d9b462556a42bc4d294e488d9e6b96f4", "rev": "fb5fe5cc26bc4fccc23bcb09860b14cc672199a8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -30,8 +30,8 @@
}; };
nixConfig = { nixConfig = {
extra-substituters = ["https://cosmic.cachix.org/"]; extra-substituters = ["https://cosmic.cachix.org/" "https://helix.cachix.org/"];
extra-trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="]; extra-trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="];
}; };
outputs = { outputs = {

View file

@ -15,8 +15,7 @@
ffmpeg ffmpeg
firefox firefox
git git
# inputs.helix.packages.${pkgs.system}.default inputs.helix.packages.${pkgs.system}.default
helix
# libthai # libthai
localsend localsend
macchina macchina

View file

@ -7,6 +7,7 @@
settings = { settings = {
theme = "dracula"; theme = "dracula";
editor = { editor = {
rainbow-brackets = true;
line-number = "relative"; line-number = "relative";
cursorline = true; cursorline = true;
completion-replace = true; completion-replace = true;
@ -83,13 +84,13 @@
auto-format = true; auto-format = true;
formatter = {command = "alejandra";}; formatter = {command = "alejandra";};
} }
# { {
# name = "typst"; name = "typst";
# indent = { indent = {
# tab-width = 4; tab-width = 4;
# unit = " "; unit = " ";
# }; };
# } }
# { name = "rust"; } # { name = "rust"; }
]; ];
language-servers = { language-servers = {
@ -123,6 +124,6 @@
}; };
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
# package = inputs.helix.packages.${pkgs.system}.default; package = inputs.helix.packages.${pkgs.system}.default;
}; };
} }