From 150336795a077bea81eba40300ae7afe0e243469 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 5 Nov 2024 13:47:35 -0500 Subject: seth: use hydra-check and nixfmt --- users/seth/programs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 911c202..812d364 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, inputs, ... }: @@ -29,6 +30,11 @@ ]; config = lib.mkIf config.seth.enable { + home.packages = with pkgs; [ + hydra-check + nixfmt-rfc-style + ]; + programs = { bat.enable = lib.mkDefault true; btop.enable = lib.mkDefault true; -- cgit v1.2.3