Updated for IVR needs

This commit is contained in:
Greg Hellings
2023-11-03 10:06:32 -05:00
parent 145c6e30fb
commit ca20745d12
5 changed files with 114 additions and 66 deletions
+7
View File
@@ -15,7 +15,12 @@
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixstable";
};
hmunstable = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixstable";
};
nixneovim.url = "github:NixNeovim/NixNeovim";
nixpy311.url = "github:NixOS/nixpkgs/nixos-23.05";
nixstable.url = "github:nixos/nixpkgs/nixos-23.05";
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
nurpkgs.url = "github:nix-community/NUR";
@@ -30,7 +35,9 @@
darwin,
flake-utils,
hm,
hmunstable,
nixneovim,
nixpy311,
nixstable,
nixunstable,
nurpkgs,