stuff
This commit is contained in:
parent
9683bee1c9
commit
67de72906b
2 changed files with 12 additions and 6 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue