Removed: Neovim Conf
This commit is contained in:
		@@ -36,11 +36,6 @@
 | 
				
			|||||||
      url = "github:catppuccin/bat";
 | 
					      url = "github:catppuccin/bat";
 | 
				
			||||||
      flake = false;
 | 
					      flake = false;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					 | 
				
			||||||
    nvchad4nix = {
 | 
					 | 
				
			||||||
        url = "github:nix-community/nix4nvchad";
 | 
					 | 
				
			||||||
        inputs.nixpkgs.follows = "nixpkgs";
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  outputs = inputs @ {
 | 
					  outputs = inputs @ {
 | 
				
			||||||
@@ -62,7 +57,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      m920q = let
 | 
					      m920q = let
 | 
				
			||||||
        username = "phil";
 | 
					        username = "phil";
 | 
				
			||||||
        specialArgs = {inherit username; inherit system; inherit inputs;};
 | 
					        specialArgs = {inherit username;};
 | 
				
			||||||
      in
 | 
					      in
 | 
				
			||||||
        nixpkgs.lib.nixosSystem {
 | 
					        nixpkgs.lib.nixosSystem {
 | 
				
			||||||
          inherit specialArgs;
 | 
					          inherit specialArgs;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +0,0 @@
 | 
				
			|||||||
{config, pkgs, inputs, ...}: {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    nixpkgs = {
 | 
					 | 
				
			||||||
        overlays = [
 | 
					 | 
				
			||||||
            (final: prev: {
 | 
					 | 
				
			||||||
                nvchad = inputs.nvchad4nix.packages."${pkgs.system}".nvchad;
 | 
					 | 
				
			||||||
             })
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user