From 0790c02c48c9c4790662514f42b7afa7e85c8b67 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 2 Dec 2023 18:44:48 +0800 Subject: [PATCH] home, applications, nix: add statix --- users/guanranwang/home-manager/applications/nix/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/users/guanranwang/home-manager/applications/nix/default.nix b/users/guanranwang/home-manager/applications/nix/default.nix index 8e16bf4..c633621 100644 --- a/users/guanranwang/home-manager/applications/nix/default.nix +++ b/users/guanranwang/home-manager/applications/nix/default.nix @@ -2,6 +2,7 @@ home.packages = with pkgs; [ nil # LSP alejandra # Formatter + statix # Linter sops nix-output-monitor ]; @@ -19,8 +20,6 @@ nix.flake.autoArchive = true; }; }; - extensions = with pkgs.vscode-extensions; [ - jnoortheen.nix-ide - ]; + extensions = [pkgs.vscode-extensions.jnoortheen.nix-ide]; }; }