348 current 1970-01-01 01:00:00 23.11.20240522.4639777 6.6.30-rt30 *

This commit is contained in:
2024-05-26 18:39:40 +02:00
parent 0be300aa7b
commit 1a7ab84cbd
3 changed files with 42 additions and 15 deletions

View File

@ -17,21 +17,10 @@
myConfig = {
enable = true;
desktop = true;
gpu.amd.enable = true;
laptop = true;
};
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
libvdpau-va-gl
libvdpau
libva
rocmPackages.clr.icd
amdvlk
driversi686Linux.amdvlk
];
};
networking.hostName = "MaxNixosLaptop"; # Define your hostname.
# NIXOS
@ -161,8 +150,6 @@
'';
};
services.flatpak.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;