mask nixvim

This commit is contained in:
Aditya 2024-04-10 22:17:36 +05:30
parent 7703bb3dd0
commit 01131187b7
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 7 additions and 7 deletions

View file

@ -5,10 +5,10 @@
url = "github:nix-community/home-manager/master"; url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixvim = { #nixvim = {
url = "github:nix-community/nixvim"; # url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; #};
nv = { nv = {
url = "github:akr2002/nv"; url = "github:akr2002/nv";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

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