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

@ -1,4 +1,7 @@
{ inputs, pkgs, ...}: {
nixpkgs.overlays = [
(import ../../pkgs)
];
nixpkgs.config.allowUnfree = true;
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.registry.nixpkgs.flake = inputs.nixpkgs;