more hypr stuffies and whatnot

This commit is contained in:
blahai 2024-08-31 00:52:01 +03:00
parent 8235c282d9
commit a7f53fad26
No known key found for this signature in database
7 changed files with 37 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
environment.systemPackages = with pkgs; [
protonup-qt
prismlauncher
osu-lazer-bin
@ -17,10 +17,9 @@
};
hardware.opentabletdriver.enable = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
}