Successfully moved neovim and using homemanager module import

This commit is contained in:
Tyler Kelley 2024-02-20 03:07:22 -06:00
parent 5b423ab74a
commit b00376f3b6
2 changed files with 1 additions and 4 deletions

View File

@ -17,6 +17,7 @@ in {
# Import Program Configurations # Import Program Configurations
imports = [ imports = [
inputs.nix-colors.homeManagerModules.default inputs.nix-colors.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
./config/home ./config/home
]; ];

View File

@ -10,8 +10,6 @@ let
in { in {
imports = imports =
[ [
inputs.nixvim.nixosModules.nixvim
inputs.nix-colors.homeManagerModules.default
./hardware.nix ./hardware.nix
./config/system ./config/system
]; ];
@ -20,8 +18,6 @@ in {
networking.hostName = "${hostname}"; # Define your hostname networking.hostName = "${hostname}"; # Define your hostname
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
colorScheme = inputs.nix-colors.colorSchemes."${theme}";
# Set your time zone # Set your time zone
time.timeZone = "${theTimezone}"; time.timeZone = "${theTimezone}";