hyprland revert

This commit is contained in:
cnst
2024-07-27 19:20:32 +02:00
parent f5a63d61c3
commit 88a152bb84
4 changed files with 31 additions and 80 deletions

View File

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