From ec00618000bad34606647adccf5fb42dd459f5fa Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 20 Jul 2025 23:49:04 -0300 Subject: [PATCH] refactor: rename colors.nix to style.nix --- flake.nix | 6 +++--- colors.nix => style.nix | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename colors.nix => style.nix (100%) diff --git a/flake.nix b/flake.nix index a7ea6e2..4f4c827 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ # Home manager NixOS module homeNixOSModules = [ home-manager.nixosModules.home-manager - ./colors.nix + ./style.nix ]; in { nixosConfigurations = { @@ -123,7 +123,7 @@ }; modules = [ inputs.stylix.homeManagerModules.stylix - ./colors.nix + ./style.nix inputs.xremap.homeManagerModules.default ./home/guz ]; @@ -139,7 +139,7 @@ }; modules = [ inputs.stylix.homeManagerModules.stylix - ./colors.nix + ./style.nix inputs.xremap.homeManagerModules.default ./home/guz-lite ]; diff --git a/colors.nix b/style.nix similarity index 100% rename from colors.nix rename to style.nix