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