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; [
|
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
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue