From 91d164965aa0e2953bec941c3953fba351afccb6 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