home: add nix formatter to packages
This commit is contained in:
parent
a31cbc7356
commit
8377423ec4
2 changed files with 3 additions and 4 deletions
|
@ -27,15 +27,15 @@ in
|
|||
|
||||
asciinema # record the terminal
|
||||
neofetch # command-line system information
|
||||
alacritty
|
||||
|
||||
# tools
|
||||
xh # friendly and fast tool for sending HTTP requests
|
||||
fd # a simple, fast and user-friendly alternative to find
|
||||
bat # a cat clone with syntax highlighting and git integration
|
||||
|
||||
# haskell
|
||||
stylish-haskell # formatter
|
||||
# formatters
|
||||
stylish-haskell # for haskell
|
||||
nixpkgs-fmt # for nix
|
||||
|
||||
# browser
|
||||
librewolf # a fork of firefox, focused on privacy, security and freedom
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nixpkgs-fmt
|
||||
stylua
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue