summaryrefslogtreecommitdiff
path: root/users/seth/programs/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-05 13:47:35 -0500
committerseth <[email protected]>2024-11-05 13:49:19 -0500
commit150336795a077bea81eba40300ae7afe0e243469 (patch)
tree9b8032176172228a73fc4adb478ecb6a750e91af /users/seth/programs/default.nix
parent421041e3530d7ad9750e7f636510c5f6243e44d9 (diff)
seth: use hydra-check and nixfmt
Diffstat (limited to 'users/seth/programs/default.nix')
-rw-r--r--users/seth/programs/default.nix6
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;