diff options
| author | seth <[email protected]> | 2024-11-05 13:47:35 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-05 13:49:19 -0500 |
| commit | 150336795a077bea81eba40300ae7afe0e243469 (patch) | |
| tree | 9b8032176172228a73fc4adb478ecb6a750e91af | |
| parent | 421041e3530d7ad9750e7f636510c5f6243e44d9 (diff) | |
seth: use hydra-check and nixfmt
| -rw-r--r-- | users/seth/programs/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
