Work m1
This commit is contained in:
parent
b266417c69
commit
a2f727f848
38
flake.nix
38
flake.nix
|
@ -118,25 +118,25 @@
|
||||||
linux
|
linux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
work = forAllSystems (
|
workm1 = let
|
||||||
system:
|
system = "aarch64-linux";
|
||||||
home-manager.lib.homeManagerConfiguration {
|
in
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
home-manager.lib.homeManagerConfiguration {
|
||||||
extraSpecialArgs = {
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
inherit inputs outputs system;
|
extraSpecialArgs = {
|
||||||
inherit (outputs) colors font;
|
inherit inputs outputs system;
|
||||||
};
|
inherit (outputs) colors font;
|
||||||
modules = with outputs.homeManagerModules; [
|
};
|
||||||
common
|
modules = with outputs.homeManagerModules; [
|
||||||
{
|
common
|
||||||
home.homeDirectory = "/Users/daniel.flanagan";
|
{
|
||||||
home.username = "daniel.flanagan";
|
home.homeDirectory = "/Users/daniel.flanagan";
|
||||||
home.stateVersion = "24.05";
|
home.username = "daniel.flanagan";
|
||||||
}
|
home.stateVersion = "24.05";
|
||||||
macos
|
}
|
||||||
];
|
macos
|
||||||
}
|
];
|
||||||
);
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disk partition schemes and functions
|
# Disk partition schemes and functions
|
||||||
|
|
Loading…
Reference in a new issue