many changed, added nixos-hardware

This commit is contained in:
Vali 2024-07-07 13:23:38 +02:00
commit b699fff171
149 changed files with 19124 additions and 238 deletions

View file

@ -1,23 +1,8 @@
{
config,
lib,
pkgs,
...
}: let
inherit (config.modules.other.system) username;
in {
_: {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
# Bluetooth headset media control buttons
systemd.user.services.mpris-proxy = {
description = "Mpris proxy";
after = ["network.target" "sound.target"];
wantedBy = ["default.target"];
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
};
}

View file

@ -8,7 +8,8 @@
enable = true;
package = pkgs.mesa.drivers;
extraPackages = with pkgs; [
vpl-gpu-rt
intel-compute-runtime
intel-media-driver
];
};
hardware.nvidia = {