From d2b6cf44a3277fd5d04bc10110d344827217e24e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Dec 2025 23:00:07 +0100 Subject: nixfmt --- modules/nh.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/nh.nix') diff --git a/modules/nh.nix b/modules/nh.nix index 832fbeb..49e987b 100644 --- a/modules/nh.nix +++ b/modules/nh.nix @@ -1,9 +1,11 @@ -{pkgs, lib, config, ... }: let +{ lib, config, ... }: +let conf = config.addons.nh; -in { +in +{ options.addons.nh = { enable = lib.mkOption { - default = true; + default = true; description = "Enable nix cli helper"; }; @@ -11,7 +13,7 @@ in { default = "/home/wilkuu/nix-config/"; description = "Flake location for nh to use"; }; - }; + }; config = { programs.nh = { -- cgit v1.3.1