From b00376f3b67a312004b4e586b145931c84e1d39c Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 20 Feb 2024 03:07:22 -0600 Subject: [PATCH] Successfully moved neovim and using homemanager module import --- home.nix | 1 + system.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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}";