More macos changes

This commit is contained in:
Tyler Mayoff 2025-01-06 09:26:40 -05:00
parent 18d2005f0e
commit c518e90a36
No known key found for this signature in database
GPG key ID: B62A5AFAD8E14845
6 changed files with 189 additions and 64 deletions

View file

@ -9,7 +9,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixgl.url = "github:nix-community/nixGL";
# helix.url = "github:helix-editor/helix";
helix.url = "github:helix-editor/helix";
darwin.url = "github:lnl7/nix-darwin";
};
outputs = {
@ -17,6 +18,8 @@
nixpkgs,
nixpkgs-unstable,
home-manager,
darwin,
helix,
...
} @ inputs: let
inherit (self) outputs;
@ -41,6 +44,12 @@
};
};
darwinConfigurations."MAC-C57KK2TC69" = darwin.lib.darwinSystem {
specialArgs = {inherit inputs outputs;};
modules = [./home/hinge/darwin.nix];
};
homeConfigurations = {
"tyler@guidebolt" = home-manager.lib.homeManagerConfiguration {
pkgs = allPkgs."x86_64-linux";