From 596a9183f84bb7a86ebd11114f2ed6409baadd29 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 13:49:12 -0400 Subject: [PATCH] meta(containers): Rename common.nix to shared.nix This makes it easier to tab complete the default.nix, which is edited more often. --- containers/default.nix | 2 +- containers/{common.nix => shared.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename containers/{common.nix => shared.nix} (100%) diff --git a/containers/default.nix b/containers/default.nix index 2c2240a..fea50fe 100644 --- a/containers/default.nix +++ b/containers/default.nix @@ -49,7 +49,7 @@ imports = [ stylix.nixosModules.stylix home-manager.nixosModules.home-manager - ./common.nix + ./shared.nix ]; networking.nat.forwardPorts = [ diff --git a/containers/common.nix b/containers/shared.nix similarity index 100% rename from containers/common.nix rename to containers/shared.nix