refactor: rename colors.nix to style.nix
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
# Home manager NixOS module
|
# Home manager NixOS module
|
||||||
homeNixOSModules = [
|
homeNixOSModules = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
./colors.nix
|
./style.nix
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
./colors.nix
|
./style.nix
|
||||||
inputs.xremap.homeManagerModules.default
|
inputs.xremap.homeManagerModules.default
|
||||||
./home/guz
|
./home/guz
|
||||||
];
|
];
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
./colors.nix
|
./style.nix
|
||||||
inputs.xremap.homeManagerModules.default
|
inputs.xremap.homeManagerModules.default
|
||||||
./home/guz-lite
|
./home/guz-lite
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user