mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
mask nixvim
This commit is contained in:
parent
7703bb3dd0
commit
01131187b7
2 changed files with 7 additions and 7 deletions
|
@ -5,10 +5,10 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#nixvim = {
|
||||
# url = "github:nix-community/nixvim";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
nv = {
|
||||
url = "github:akr2002/nv";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
6
home.nix
6
home.nix
|
@ -10,9 +10,9 @@
|
|||
home.homeDirectory = "/home/user";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
#imports = [
|
||||
# inputs.nixvim.homeManagerModules.nixvim
|
||||
#];
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
|
|
Loading…
Reference in a new issue