home, applications, nix: add statix
This commit is contained in:
parent
8e32e60451
commit
0790c02c48
1 changed files with 2 additions and 3 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue