add imports

This commit is contained in:
Aditya 2024-04-11 17:50:17 +05:30
parent f06a3a6eea
commit ef4749e451
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -10,9 +10,10 @@
home.homeDirectory = "/home/user";
programs.home-manager.enable = true;
#imports = [
# inputs.nixvim.homeManagerModules.nixvim
#];
imports = [
# inputs.nixvim.homeManagerModules.nixvim
../../modules/home-manager
];
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage