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 ]; }