mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
add imports
This commit is contained in:
parent
f06a3a6eea
commit
ef4749e451
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue