From 02f3acfe30f58f9235db8ba3a8eb8598b694738f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 9 Feb 2025 16:27:41 +0300 Subject: [PATCH] Rename helix file --- .gitignore | 1 - modules/common/{helix/default.nix => helix.nix} | 0 2 files changed, 1 deletion(-) rename modules/common/{helix/default.nix => helix.nix} (100%) diff --git a/.gitignore b/.gitignore index b1f0d86..07cc058 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ !modules/ !modules/common/ -!modules/common/helix/ !modules/common/nushell/ !modules/common/ssh/ !modules/darwin/ diff --git a/modules/common/helix/default.nix b/modules/common/helix.nix similarity index 100% rename from modules/common/helix/default.nix rename to modules/common/helix.nix