mirror test

This commit is contained in:
cnst
2024-06-26 19:25:27 +02:00
parent 53a862291c
commit 4cee5b33c5
11 changed files with 171 additions and 50 deletions

View File

@@ -1 +1,5 @@
{ programs.nix-ld.enable = true; }
{
programs.nix-ld = {
enable = true;
};
}

View File

@@ -17,6 +17,7 @@
keyutils
gamescope
mangohud
steam-run
];
};
};

View File

@@ -1,9 +1,17 @@
{ pkgs, ... }:
{
pkgs,
lib,
config,
inputs,
...
}:
let
_nvtop = pkgs.nvtopPackages.amd;
in
{
zramSwap.enable = true;
security.rtkit.enable = true;
hardware = {
pulseaudio.enable = false;
bluetooth = {
@@ -13,6 +21,8 @@
graphics = {
enable = true;
extraPackages = with pkgs; [
_nvtop
lact
libva
vaapiVdpau
libvdpau-va-gl