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