neovim update, deadnix code cleanup

This commit is contained in:
ISnortPennies 2023-02-07 22:55:32 -05:00
parent 73edf49559
commit 671344992f
10 changed files with 18 additions and 53 deletions

View file

@ -1,24 +1,24 @@
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
spicetify-nix = {
url = github:the-argus/spicetify-nix;
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
suckless = {
url = github:Gerg-L/suckless;
url = "github:Gerg-L/suckless";
inputs.nixpkgs.follows = "nixpkgs";
};
nvim-config = {
url = github:Gerg-L/nvim-config;
url = "github:Gerg-L/nvim-config";
inputs.nixpkgs.follows = "nixpkgs";
};
sxhkd-flake = {
url = github:Gerg-L/sxhkd-flake;
url = "github:Gerg-L/sxhkd-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
fetch-rs = {
url = github:Gerg-L/fetch-rs;
url = "github:Gerg-L/fetch-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -33,7 +33,7 @@
inherit system;
config.allowUnfree = true;
overlays = [
(final: prev: rec {
(final: _: {
t-rex-miner = final.callPackage ./pkgs/t-rex-miner {};
afk-cmds = final.callPackage ./pkgs/afk-cmds {};
parrot = final.callPackage ./pkgs/parrot {};