mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Reorg
This commit is contained in:
parent
03b3066880
commit
6768bdb19e
9 changed files with 104 additions and 36 deletions
|
|
@ -76,13 +76,12 @@
|
|||
};
|
||||
|
||||
darwinConfigurations."MAC-C57KK2TC69" = darwin.lib.darwinSystem {
|
||||
pkgs = allPkgs."aarch64-darwin";
|
||||
specialArgs = {inherit inputs;};
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
|
||||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
|
||||
./home/hinge/darwin.nix
|
||||
./machines/hinge/darwin.nix
|
||||
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
|
|
@ -90,7 +89,7 @@
|
|||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
home-manager.users."tyler.mayoff" = import ./home/hinge/hinge.nix;
|
||||
home-manager.users."tyler.mayoff" = import ./machines/hinge/home.nix;
|
||||
users.users."tyler.mayoff".home = "/Users/tyler.mayoff";
|
||||
}
|
||||
];
|
||||
|
|
@ -103,6 +102,12 @@
|
|||
modules = [./home/guidebolt/guidebolt.nix];
|
||||
};
|
||||
|
||||
# "tyler.mayoff@MAC-C57KK2TC69" = home-manager.lib.homeManagerConfiguration {
|
||||
# pkgs = allPkgs."aarch64-darwin";
|
||||
# extraSpecialArgs = {inherit inputs outputs;};
|
||||
# modules = [./home/wash/wash.nix];
|
||||
# };
|
||||
|
||||
"tyler@wash" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = allPkgs."x86_64-linux";
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue