feat(affogato): use upstream nixos-hardware model, enable power-profiles-daemon, add repo-local pkgs overlay

This commit is contained in:
2025-03-04 19:23:28 +01:00
parent fef153c9d8
commit b874613227
6 changed files with 36 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager.url = "github:nix-community/home-manager/release-24.11";
nixos-hardware.url = "github:NixOS/nixos-hardware";
};
outputs = inputs @ { self, nixpkgs, ... }: {