diff --git a/home.nix b/home.nix index 3e5e9c3..581b886 100644 --- a/home.nix +++ b/home.nix @@ -17,6 +17,7 @@ in { # Import Program Configurations imports = [ inputs.nix-colors.homeManagerModules.default + inputs.nixvim.homeManagerModules.nixvim inputs.hyprland.homeManagerModules.default ./config/home ]; diff --git a/system.nix b/system.nix index 3d24f0b..4359b3e 100644 --- a/system.nix +++ b/system.nix @@ -10,8 +10,6 @@ let in { imports = [ - inputs.nixvim.nixosModules.nixvim - inputs.nix-colors.homeManagerModules.default ./hardware.nix ./config/system ]; @@ -20,8 +18,6 @@ in { networking.hostName = "${hostname}"; # Define your hostname networking.networkmanager.enable = true; - colorScheme = inputs.nix-colors.colorSchemes."${theme}"; - # Set your time zone time.timeZone = "${theTimezone}";