forked from extern/zaneyos
Successfully moved neovim and using homemanager module import
This commit is contained in:
parent
5b423ab74a
commit
b00376f3b6
1
home.nix
1
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
|
||||
];
|
||||
|
@ -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}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user