From 3b5390bb6e41e7d58e4bbf77b815ef37e38c91d2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 2 Sep 2024 20:46:01 +0200 Subject: [PATCH] helix/languages.nix: cleanup --- modules/programs/editors/helix/languages.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/programs/editors/helix/languages.nix b/modules/programs/editors/helix/languages.nix index 442dc9d..3ec0f25 100644 --- a/modules/programs/editors/helix/languages.nix +++ b/modules/programs/editors/helix/languages.nix @@ -1,13 +1,12 @@ { config, - inputs', lib, pkgs, ... }: let cfg = config.modules.system.programs.editors.helix; inherit (config.modules.other.system) username; - inherit (lib) mkIf getExe makeBinPath; + inherit (lib) mkIf getExe ; in { config = mkIf cfg.enable { home-manager.users.${username} = {