apple silicon in its own input?
This commit is contained in:
parent
791ef707f2
commit
a34ca4224e
@ -2,6 +2,7 @@
|
|||||||
description = "NixOS configuration with Home Manager";
|
description = "NixOS configuration with Home Manager";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/23.11";
|
nixpkgs.url = "github:nixos/nixpkgs/23.11";
|
||||||
|
apple-silicon-support.url = "github.com:tpwrules/nixos-apple-silicon";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-23.11";
|
url = "github:nix-community/home-manager/release-23.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -20,7 +21,8 @@
|
|||||||
sound.enable = false;
|
sound.enable = false;
|
||||||
}
|
}
|
||||||
./galvatron/hardware-configuration.nix
|
./galvatron/hardware-configuration.nix
|
||||||
./galvatron/apple-silicon-support
|
# ./galvatron/apple-silicon-support
|
||||||
|
<apple-silicon-support/apple-silicon-support>
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user