refactor: rename colors.nix to style.nix

This commit is contained in:
Guz
2025-07-20 23:49:04 -03:00
parent c1313b7ddf
commit ec00618000
2 changed files with 3 additions and 3 deletions

View File

@@ -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
];