home, applications, nix: add statix

This commit is contained in:
Guanran Wang 2023-12-02 18:44:48 +08:00
parent 8e32e60451
commit 0790c02c48
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -2,6 +2,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nil # LSP nil # LSP
alejandra # Formatter alejandra # Formatter
statix # Linter
sops sops
nix-output-monitor nix-output-monitor
]; ];
@ -19,8 +20,6 @@
nix.flake.autoArchive = true; nix.flake.autoArchive = true;
}; };
}; };
extensions = with pkgs.vscode-extensions; [ extensions = [pkgs.vscode-extensions.jnoortheen.nix-ide];
jnoortheen.nix-ide
];
}; };
} }