home: add nix formatter to packages

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-29 22:22:44 +03:00
parent a31cbc7356
commit 8377423ec4
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 3 additions and 4 deletions

View file

@ -27,15 +27,15 @@ in
asciinema # record the terminal asciinema # record the terminal
neofetch # command-line system information neofetch # command-line system information
alacritty
# tools # tools
xh # friendly and fast tool for sending HTTP requests xh # friendly and fast tool for sending HTTP requests
fd # a simple, fast and user-friendly alternative to find fd # a simple, fast and user-friendly alternative to find
bat # a cat clone with syntax highlighting and git integration bat # a cat clone with syntax highlighting and git integration
# haskell # formatters
stylish-haskell # formatter stylish-haskell # for haskell
nixpkgs-fmt # for nix
# browser # browser
librewolf # a fork of firefox, focused on privacy, security and freedom librewolf # a fork of firefox, focused on privacy, security and freedom

View file

@ -2,7 +2,6 @@
pkgs.mkShell { pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
nixpkgs-fmt
stylua stylua
]; ];
} }