mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 20:23:02 -04:00
more hypr stuffies and whatnot
This commit is contained in:
parent
8235c282d9
commit
a7f53fad26
7 changed files with 37 additions and 30 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue