Install steam from brew on macos

This commit is contained in:
2026-09-06 01:40:04 +02:00
parent 7ed37b3b75
commit 129b9ae365
4 changed files with 51 additions and 0 deletions
+6
View File
@@ -61,6 +61,10 @@
url = "github:nix-darwin/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
homebrew = {
url = "github:koalalorenzo/home-manager-brew";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, nix-darwin, ... }@inputs:
@@ -86,8 +90,10 @@
imports = [
./home-modules
./users/user/home.nix
inputs.homebrew.homeManagerModules.default
];
lumpiastyHome.macos = true;
lumpiastyHome.brew = true;
};
nixpkgs.overlays = [
inputs.claude-code.overlays.default