This commit is contained in:
Tao Tien 2025-10-16 16:44:43 -07:00
parent 9683bee1c9
commit 67de72906b
2 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,8 @@
{inputs, pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
programs.helix = {
settings = {
theme = "gruvbox_dark_hard";
@ -83,7 +87,7 @@
{
name = "python";
auto-format = true;
language-servers = [ "basedpyright" "ty" "ruff" ];
language-servers = ["basedpyright" "ty" "ruff"];
# formatter = {
# command = "ruff";
# args = ["format"];