1
0
forked from extern/zaneyos

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
imports = [
inputs.nix-colors.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
inputs.hyprland.homeManagerModules.default
./config/home
];

View File

@ -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}";