hyprland revert 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user