mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
More macos changes
This commit is contained in:
parent
18d2005f0e
commit
c518e90a36
6 changed files with 189 additions and 64 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue