hyprland revert 2

This commit is contained in:
cnst
2024-07-27 19:31:56 +02:00
parent 88a152bb84
commit 3c572e8074

View File

@@ -1,10 +1,4 @@
{ {pkgs, ...}: {
pkgs,
inputs,
...
}: let
pkgs-unstable = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in {
zramSwap.enable = true; zramSwap.enable = true;
hardware = { hardware = {
@@ -18,11 +12,7 @@ in {
}; };
graphics = { graphics = {
enable = true; enable = true;
package = pkgs-unstable.mesa.drivers;
enable32Bit = true; enable32Bit = true;
package32 = pkgs-unstable.pkgsi686Linux.mesa.drivers;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
libva libva
vaapiVdpau vaapiVdpau