more changes

This commit is contained in:
Noah Masur
2025-02-03 17:30:32 -05:00
parent 6f2b2a7694
commit 8819bb9b9b
14 changed files with 63 additions and 186 deletions

View File

@ -1,5 +1,5 @@
{
description = "My system";
description = "An opinionated flake containing the NixOS, nix-darwin, and home-manager configurations for multiple systems.";
# Other flakes that we want to pull from
inputs = {
@ -29,7 +29,10 @@
};
# Community packages; used for Firefox extensions
nur.url = "github:nix-community/nur";
nur = {
url = "github:nix-community/nur";
inputs.nixpkgs.follows = "nixpkgs";
};
# Use official Firefox binary for macOS
firefox-darwin = {