mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
neovim update, deadnix code cleanup
This commit is contained in:
parent
73edf49559
commit
671344992f
10 changed files with 18 additions and 53 deletions
14
flake.nix
14
flake.nix
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue