Improve Git config, add lynx, add F# Vim config (#24)

This commit is contained in:
Patrick Stevens
2023-10-04 15:04:44 +01:00
committed by GitHub
parent 166ef06a35
commit 142e7f2244
5 changed files with 69 additions and 48 deletions

View File

@@ -2,7 +2,9 @@
description = "Patrick's Darwin Nix setup";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";