From 8377423ec4d57645f262d96282a8390164751890 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 29 Aug 2022 22:22:44 +0300 Subject: [PATCH] home: add nix formatter to packages --- home/home.nix | 6 +++--- shell.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index a31bb9c..9ec1081 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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 diff --git a/shell.nix b/shell.nix index 9d94f72..e76593a 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,6 @@ pkgs.mkShell { nativeBuildInputs = with pkgs; [ - nixpkgs-fmt stylua ]; }