Sorted some stuff in configuration

This commit is contained in:
Aleksandr Lebedev 2024-12-19 01:09:26 +01:00
parent 6599e23992
commit 5e05a1e5c1
36 changed files with 210 additions and 216 deletions

View file

@ -1,29 +0,0 @@
{ pkgs, lib, ... }:
let
in
{
#nixpkgs.overlays = [
# (import ./widevine-overlay.nix)
#];
#nixpkgs.config.allowUnsupportedSystem = true;
imports = [
#./apple-silicon-support
];
hardware.asahi = {
peripheralFirmwareDirectory = ./firmware;
useExperimentalGPUDriver = true;
#experimentalGPUInstallMode = "overlay";
setupAsahiSound = true;
};
#powerManagement = {
# enable = true;
# powertop.enable = true;
#};
#hardware.graphics.enable32Bit = lib.mkForce false;
environment.systemPackages = with pkgs; [mesa mesa.drivers
#widevine-cdm
#widevinecdm-aarch64
];
}