Merge branch 'macos' of github.com:tmayoff/.dotfiles into macos

This commit is contained in:
Tyler Mayoff 2025-01-06 09:38:11 -05:00
commit cf2979de6b
No known key found for this signature in database
GPG key ID: B62A5AFAD8E14845
5 changed files with 25 additions and 15 deletions

View file

@ -56,15 +56,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1734364874,
"narHash": "sha256-KfIjyrDcWWmCrS+XKw4ZeUnCjKLYZ1cZZ2F1NvG6m5Y=",
"lastModified": 1735933851,
"narHash": "sha256-xN5pImisRyD4cnkUkc9uJeyeeex2dyZWeJugjoLjqyI=",
"owner": "helix-editor",
"repo": "helix",
"rev": "99fdbce566434a8fc823a28a8c1cccbb743a5ade",
"rev": "dabfb6ceeae1da57fb93efcd254e917db49655e6",
"type": "github"
},
"original": {
"owner": "helix-editor",
"ref": "25.01",
"repo": "helix",
"type": "github"
}
@ -76,11 +77,11 @@
]
},
"locked": {
"lastModified": 1734344598,
"narHash": "sha256-wNX3hsScqDdqKWOO87wETUEi7a/QlPVgpC/Lh5rFOuA=",
"lastModified": 1735947440,
"narHash": "sha256-jnEcfmOhWntmVEcqlvs+j532+mvmgsKtQSSfukgkn+A=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "83ecd50915a09dca928971139d3a102377a8d242",
"rev": "a9987622b7b93c82e147f198574e8e6ffbf5e327",
"type": "github"
},
"original": {
@ -126,11 +127,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1734119587,
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"lastModified": 1733212471,
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
"type": "github"
},
"original": {
@ -157,11 +158,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1734083684,
"narHash": "sha256-5fNndbndxSx5d+C/D0p/VF32xDiJCJzyOqorOYW4JEo=",
"lastModified": 1733412085,
"narHash": "sha256-FillH0qdWDt/nlO6ED7h4cmN+G9uXwGjwmCnHs0QVYM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84",
"rev": "4dc2fc4e62dbf62b84132fe526356fbac7b03541",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixgl.url = "github:nix-community/nixGL";
helix.url = "github:helix-editor/helix";
helix.url = "github:helix-editor/helix/25.01";
darwin.url = "github:lnl7/nix-darwin";
};

View file

@ -27,7 +27,6 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.helix.overlays.default
];
};
@ -76,7 +75,6 @@
programs.helix = {
enable = true;
package = inputs.helix.packages.${pkgs.system}.default;
};
programs.bat = {